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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 臟紗?B | 111001000110011010001110110100010011111101000010 | e4668ed13f42 |
EUC-JP | 臟紗?B | 111001111100011110111100110100110011111101000010 | e7c7bcd33f42 |
UTF-8 | 臟紗혤B | 11101000100001111001111111100111101101001001011111101101100110001010010001000010 | e8879fe7b497ed98a442 |
UHC | 臟紗혤B | 11101101111101001101111011101001110010001010000101000010 | edf4dee9c8a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)