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 | 蘚蘚蟾昔 | 1110010101100100111001010110010011100101101101111001000011001100 | e564e564e5b790cc |
EUC-JP | 蘚蘚蟾昔 | 1110100111000101111010011100010111101010101110011100000011001110 | e9c5e9c5eab9c0ce |
UTF-8 | 蘚蘚蟾昔 | 111010001001100010011010111010001001100010011010111010001001111110111110111001101001100010010100 | e8989ae8989ae89fbee69894 |
UHC | 蘚蘚蟾昔 | 1110000011010000111000001101000011100000111010101110000010101110 | e0d0e0d0e0eae0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)