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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鳶??押? | 10010011110011100011111100111111100010011001111100111111 | 93ce3f3f899f3f |
EUC-JP | 鳶??押? | 11000110110100000011111100111111101100101010000100111111 | c6d03f3fb2a13f |
UTF-8 | 鳶백뇩押췇 | 111010011011001110110110111010111011000010110001111010111000011110101001111001101000101010111100111011001011011110000111 | e9b3b6ebb0b1eb87a9e68abcecb787 |
UHC | 鳶백뇩押췇 | 11100110111010011011100111101001101101001010001111100100111000111010111001000010 | e6e9b9e9b4a3e4e3ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)