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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 雍??h雍? | 1110100010110100001111110011111101101000111010001011010000111111 | e8b43f3f68e8b43f |
EUC-JP | 雍??h雍? | 1111000010110110001111110011111101101000111100001011011000111111 | f0b63f3f68f0b63f |
UTF-8 | 雍딂펺h雍딂 | 11101001100110111000110111101011100101001000001011101101100011101011101001101000111010011001101110001101111010111001010010000010 | e99b8deb9482ed8eba68e99b8deb9482 |
UHC | 雍딂펺h雍딂 | 1110100010111100100010101110100010111100100010100110100011101000101111001000101011101000 | e8bc8ae8bc8a68e8bc8ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)