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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 證???] | 111001101001101000111111001111110011111101011101 | e69a3f3f3f5d |
EUC-JP | 證???] | 111010111111101000111111001111110011111101011101 | ebfa3f3f3f5d |
UTF-8 | 證뀜렯렲] | 11101000101011011000100111101011100000001001110011101011101000001010111111101011101000001011001001011101 | e8ad89eb809ceba0afeba0b25d |
UHC | 證뀜렯렲] | 111100011111101110110010111100011000111010111100100011101011111101011101 | f1fbb2f18ebc8ebf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)