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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮〓?櫻? | 1110000101000100100000011010110000111111100111110100111000111111 | e14481ac3f9f4e3f |
EUC-JP | 瓮〓?櫻? | 1110000110100101101000101010111000111111110111011010111100111111 | e1a5a2ae3fddaf3f |
UTF-8 | 瓮〓떩櫻뾍 | 111001111001001110101110111000111000000010010011111010111001011010101001111001101010101110111011111010111011111010001101 | e793aee38093eb96a9e6abbbebbe8d |
UHC | 瓮〓떩櫻뾍 | 11101000101101111010000111101011100010111011101111100101101000011001011101001011 | e8b7a1eb8bbbe5a1974b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)