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 | 遽晁紫 | 111001111010111110011101111010001000111010000111 | e7af9de88e87 |
EUC-JP | 遽晁紫 | 111011101011000111011010111010101011101111100111 | eeb1daeabbe7 |
UTF-8 | 遽晁紫 | 111010011000000110111101111001101001100110000001111001111011010010101011 | e981bde69981e7b4ab |
UHC | 遽晁紫 | 110010111110100011110000110001011110110110111001 | cbe8f0c5edb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)