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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 餔跫礒~ | 11101001010011111110011011101101111000100100010101111110 | e94fe6ede2457e |
EUC-JP | 餔跫礒~ | 11110001101100001110110011101111111000111010011001111110 | f1b0ecefe3a67e |
UTF-8 | 餔跫礒~ | 11101001101001001001010011101000101101111010101111100111101001001001001001111110 | e9a494e8b7abe7a4927e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)