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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鶯??陰??B | 111010011111001000111111001111111000100101000001001111110011111101000010 | e9f23f3f89413f3f42 |
EUC-JP | 鶯??陰??B | 111100101111010000111111001111111011000110100010001111110011111101000010 | f2f43f3fb1a23f3f42 |
UTF-8 | 鶯볦넭陰⑵퍔B | 11101001101101101010111111101011101100111010011011101011100001001010110111101001100110011011000011100010100100011011010111101101100011011001010001000010 | e9b6afebb3a6eb84ade999b0e291b5ed8d9442 |
UHC | 鶯볦넭陰⑵퍔B | 11100101101000111001001111101100100001101010110011101011111001001010100111101000101110111000101101000010 | e5a393ec86acebe4a9e8bb8b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)