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 | 航?譯 | 1000110101110001001111111110011010100001 | 8d713fe6a1 |
EUC-JP | 航?譯 | 1011100111010010001111111110110010100011 | b9d23feca3 |
UTF-8 | 航앻譯 | 111010001000100010101010111011001001010110111011111010001010110110101111 | e888aaec95bbe8adaf |
UHC | 航앻譯 | 111110011111111010011101111011101110011010111011 | f9fe9deee6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)