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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 旿?旿?B | 100011111100000111110100001111111000111111000001111101000011111101000010 | 8fc1f43f8fc1f43f42 |
UTF-8 | 旿늷旿늷B | 11100110100101111011111111101011100010101011011111100110100101111011111111101011100010101011011101000010 | e697bfeb8ab7e697bfeb8ab742 |
UHC | 旿늷旿늷B | 111001111111101010001000011110101110011111111010100010000111101001000010 | e7fa887ae7fa887a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)