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 | 低?枇 | 1001001011100001001111111001010011111000 | 92e13f94f8 |
EUC-JP | 低?枇 | 1100010011100011001111111100100011111010 | c4e33fc8fa |
UTF-8 | 低얩枇 | 111001001011110110001110111011001001011010101001111001101001111010000111 | e4bd8eec96a9e69e87 |
UHC | 低얩枇 | 111011101011100010111110111011011101110111101101 | eeb8beeddded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)