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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譯?い | 1110011010100001001111111000001010100010 | e6a13f82a2 |
EUC-JP | 譯?い | 1110110010100011001111111010010010100100 | eca33fa4a4 |
UTF-8 | 譯닷い | 111010001010110110101111111010111000101110110111111000111000000110000100 | e8adafeb8bb7e38184 |
UHC | 譯닷い | 111001101011101110110100111001011010101010100100 | e6bbb4e5aaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)