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 | 暦谺暦嚶^ | 100101111110111111100110101011001001011111101111100110101000110101011110 | 97efe6ac97ef9a8d5e |
EUC-JP | 暦谺暦嚶^ | 110011101111000111101100101011101100111011110001110100111110110101011110 | cef1ecaecef1d3ed5e |
UTF-8 | 暦谺暦嚶^ | 11100110100110101010011011101000101100001011101011100110100110101010011011100101100110101011011001011110 | e69aa6e8b0bae69aa6e59ab65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)