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 | ?譽跣 | 0011111111100110101000111110011011101111 | 3fe6a3e6ef |
EUC-JP | ?譽跣 | 0011111111101100101001011110110011110001 | 3feca5ecf1 |
UTF-8 | 뾸譽跣 | 111010111011111010111000111010001010110110111101111010001011011110100011 | ebbeb8e8adbde8b7a3 |
UHC | 뾸譽跣 | 100101110111101011100111111000101110000011010011 | 977ae7e2e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)