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 | 邑??飮 | 100101110101011100111111001111111001111101011010 | 97573f3f9f5a |
EUC-JP | 邑??飮 | 110011011011100000111111001111111101110110111011 | cdb83f3fddbb |
UTF-8 | 邑좏쑎飮 | 111010011000001010010001111011001010001010001111111011001001000110001110111010011010001110101110 | e98291eca28fec918ee9a3ae |
UHC | 邑좏쑎飮 | 1110101111101001101000001110110110011100101011011110101111100110 | ebe9a0ed9cadebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)