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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂倩紫 | 111001111010111010011000111010001000111010000111 | e7ae98e88e87 |
EUC-JP | 邂倩紫 | 111011101011000011010000111010101011101111100111 | eeb0d0eabbe7 |
UTF-8 | 邂倩紫 | 111010011000001010000010111001011000000010101001111001111011010010101011 | e98282e580a9e7b4ab |
UHC | 邂?紫 | 1111101010110011001111111110110110111001 | fab33fedb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)