To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?}\}?}\{^ | 001111110111110101011100011111010011111101111101010111000111101101011110 | 3f7d5c7d3f7d5c7b5e |
SJIS-WIN | 舅}\}舅}\{^ | 1110010001101110011111010101110001111101111001000110111001111101010111000111101101011110 | e46e7d5c7de46e7d5c7b5e |
EUC-JP | 舅}\}舅}\{^ | 1110011111001111011111010101110001111101111001111100111101111101010111000111101101011110 | e7cf7d5c7de7cf7d5c7b5e |
UTF-8 | 舅}\}舅}\{^ | 11101000100010001000010101111101010111000111110111101000100010001000010101111101010111000111101101011110 | e888857d5c7de888857d5c7b5e |
UHC | 舅}\}舅}\{^ | 1100111111000000011111010101110001111101110011111100000001111101010111000111101101011110 | cfc07d5c7dcfc07d5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)