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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴉??已?? | 1110100111101011001111110011111110011011110111110011111100111111 | e9eb3f3f9bdf3f3f |
EUC-JP | 鴉??已?? | 1111001011101101001111110011111111010110111000010011111100111111 | f2ed3f3fd6e13f3f |
UTF-8 | 鴉띾맠已욕푻 | 111010011011010010001001111010111001110110111110111010111010011110100000111001011011011110110010111011001001101010010101111011011001000110111011 | e9b489eb9dbeeba7a0e5b7b2ec9a95ed91bb |
UHC | 鴉띾맠已욕푻 | 111001001011110010001101111010111001000010101101111011001010101110111111111001011011111010000111 | e4bc8deb90adecabbfe5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)