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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訷⑤訷⑤^ | 111110111010010010000111010001001111101110100100100001110100010001011110 | fba48744fba487445e |
EUC-JP | 訷?訷?^ | 100011111101110111010100001111111000111111011101110101000011111101011110 | 8fddd43f8fddd43f5e |
UTF-8 | 訷⑤訷⑤^ | 11101000101010001011011111100010100100011010010011101000101010001011011111100010100100011010010001011110 | e8a8b7e291a4e8a8b7e291a45e |
UHC | ?⑤?⑤^ | 00111111101010001110101100111111101010001110101101011110 | 3fa8eb3fa8eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)