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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 予??飮 | 100101110101110000111111001111111001111101011010 | 975c3f3f9f5a |
EUC-JP | 予??飮 | 110011011011110100111111001111111101110110111011 | cdbd3f3fddbb |
UTF-8 | 予롢끏飮 | 111001001011101010001000111010111010000110100010111010111000000110001111111010011010001110101110 | e4ba88eba1a2eb818fe9a3ae |
UHC | 予롢끏飮 | 1110010111111000100011101110001110000101101111111110101111100110 | e5f88ee385bfebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)