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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 踝セ誾。蓖アB | 11100110111101001011111011111011101001111010000111100100111011011011000101000010 | e6f4befba7a1e4edb142 |
EUC-JP | 踝セ誾。蓖アB | 1110110011110110100011101011111010001111110111101010010010001110101000011110100011101111100011101011000101000010 | ecf68ebe8fdea48ea1e8ef8eb142 |
UTF-8 | 踝セ誾。蓖アB | 11101000101110001001110111101111101111011011111011101000101010101011111011101111101111011010000111101000100100111001011011101111101111011011000101000010 | e8b89defbdbee8aabeefbda1e89396efbdb142 |
UHC | ??誾???B | 0011111100111111111010111101110100111111001111110011111101000010 | 3f3febdd3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)