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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 秩??秩??^ | 100100101000000100111111001111111001001010000001001111110011111101011110 | 92813f3f92813f3f5e |
EUC-JP | 秩??秩??^ | 110000111110000100111111001111111100001111100001001111110011111101011110 | c3e13f3fc3e13f3f5e |
UTF-8 | 秩롇렯秩롇렯^ | 11100111101001111010100111101011101000011000011111101011101000001010111111100111101001111010100111101011101000011000011111101011101000001010111101011110 | e7a7a9eba187eba0afe7a7a9eba187eba0af5e |
UHC | 秩롇렯秩롇렯^ | 11110010111100011000111011001101100011101011110011110010111100011000111011001101100011101011110001011110 | f2f18ecd8ebcf2f18ecd8ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)