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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ア赶エB | 11110001111000011011000111111011101100001011010001000010 | f1e1b1fbb0b442 |
EUC-JP | ?ア?エB | 00111111100011101011000100111111100011101011010001000010 | 3f8eb13f8eb442 |
UTF-8 | ア赶エB | 11101110100001011001110011101111101111011011000111101000101101011011011011101111101111011011010001000010 | ee859cefbdb1e8b5b6efbdb442 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)