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 | 愕惡???? | 1001110010110001100111001010011000111111001111110011111100111111 | 9cb19ca63f3f3f3f |
EUC-JP | 愕惡???? | 1101100010110011110110001010100000111111001111110011111100111111 | d8b3d8a83f3f3f3f |
UTF-8 | 愕惡롍렜롍렲 | 111001101000010010010101111001101000001110100001111010111010000110001101111010111010000010011100111010111010000110001101111010111010000010110010 | e68495e683a1eba18deba09ceba18deba0b2 |
UHC | 愕惡롍렜롍렲 | 111001001100001111100100110000101000111011010011100011101010111010001110110100111000111010111111 | e4c3e4c28ed38eae8ed38ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)