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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 五?須 | 1000110011011100001111111001000001111011 | 8cdc3f907b |
EUC-JP | 五?須 | 1011100011011110001111111011111111011100 | b8de3fbfdc |
UTF-8 | 五렡須 | 111001001011101010010100111010111010000010100001111010011010000010001000 | e4ba94eba0a1e9a088 |
UHC | 五렡須 | 111001111110100110001110101100101110001011001110 | e7e98eb2e2ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)