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 | 脈瞋溟 | 100101101010110011100001110100011001111111110000 | 96ace1d19ff0 |
EUC-JP | 脈瞋溟 | 110011001010111011100010110100111101111011110010 | ccaee2d3def2 |
UTF-8 | 脈瞋溟 | 111010001000010010001000111001111001111010001011111001101011101010011111 | e88488e79e8be6ba9f |
UHC | 脈瞋溟 | 110110001110011011110010110110011101100110101000 | d8e6f2d9d9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)