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 | 證???證? | 1110011010011010001111110011111100111111111001101001101000111111 | e69a3f3f3fe69a3f |
EUC-JP | 證???證? | 1110101111111010001111110011111100111111111010111111101000111111 | ebfa3f3f3febfa3f |
UTF-8 | 證렖綎렫證렖 | 111010001010110110001001111010111010000010010110111001111011011010001110111010111010000010101011111010001010110110001001111010111010000010010110 | e8ad89eba096e7b68eeba0abe8ad89eba096 |
UHC | 證렖綎렫證렖 | 111100011111101110001110101010111110111111110010100011101011100111110001111110111000111010101011 | f1fb8eabeff28eb9f1fb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)