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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴣ー酳コ | 111010011111001110110000111001111100100010111010 | e9f3b0e7c8ba |
EUC-JP | 鴣ー酳コ | 1111001011110101100011101011000011101110110010101000111010111010 | f2f58eb0eeca8eba |
UTF-8 | 鴣ー酳コ | 111010011011010010100011111011111011110110110000111010011000010110110011111011111011110110111010 | e9b4a3efbdb0e985b3efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)