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 | 薐ф巷荳 | 1110010101010010100001001000011010001101010010101110010010111000 | e55284868d4ae4b8 |
EUC-JP | 薐ф巷荳 | 1110100110110011101001111110011010111001101010111110100010111010 | e9b3a7e6b9abe8ba |
UTF-8 | 薐ф巷荳 | 1110100010010110100100001101000110000100111001011011011110110111111010001000110110110011 | e89690d184e5b7b7e88db3 |
UHC | ?ф巷荳 | 00111111101011001110011011111001111101011101010011100101 | 3face6f9f5d4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)