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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 耀??循?^ | 1001011101110011001111110011111110001111011110100011111101011110 | 97733f3f8f7a3f5e |
EUC-JP | 耀??循?^ | 1100110111010100001111110011111110111101110110110011111101011110 | cdd43f3fbddb3f5e |
UTF-8 | 耀믩ㅉ循튲^ | 11101000100000001000000011101011101011111010100111100011100001011000100111100101101111101010101011101101100010101011001001011110 | e88080ebafa9e38589e5beaaed8ab25e |
UHC | 耀믩ㅉ循튲^ | 1110100110100101100100101110101110100100101110011110001011100000101110100110010001011110 | e9a592eba4b9e2e0ba645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)