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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜈??臆? | 11100101100001010011111100111111100010011011000000111111 | e5853f3f89b03f |
EUC-JP | 蜈??臆? | 11101001111001010011111100111111101100101011001000111111 | e9e53f3fb2b23f |
UTF-8 | 蜈욆궡臆뽬 | 111010001001110010001000111011001001101010000110111010101011011010100001111010001000011110000110111010111011110110101100 | e89c88ec9a86eab6a1e88786ebbdac |
UHC | 蜈욆궡臆뽬 | 11101000101001011001111011101000100000101011010011100101111001101001011011101000 | e8a59ee882b4e5e696e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)