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 | 邂呵紫 | 111001111010111010011001111010001000111010000111 | e7ae99e88e87 |
EUC-JP | 邂呵紫 | 111011101011000011010010111010101011101111100111 | eeb0d2eabbe7 |
UTF-8 | 邂呵紫 | 111010011000001010000010111001011001000110110101111001111011010010101011 | e98282e591b5e7b4ab |
UHC | 邂呵紫 | 111110101011001111001010101001111110110110111001 | fab3caa7edb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)