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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 戊″獻h | 10010101111010001000000110001101111000001101100101101000 | 95e8818de0d968 |
EUC-JP | 戊″獻h | 11001010111010101010000111101101111000001101101101101000 | caeaa1ede0db68 |
UTF-8 | 戊″獻h | 11100110100010001000101011100010100000001011001111100111100011011011101101101000 | e6888ae280b3e78dbb68 |
UHC | 戊″獻h | 11011001111001101010000111001000111110101100110001101000 | d9e6a1c8facc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)