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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 低猛 | 10010010111000011001011011010010 | 92e196d2 |
EUC-JP | 低猛 | 11000100111000111100110011010100 | c4e3ccd4 |
UTF-8 | 低猛 | 111001001011110110001110111001111000110010011011 | e4bd8ee78c9b |
UHC | 低猛 | 11101110101110001101100011101101 | eeb8d8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)