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 | ?蛾膝 | 0011111110001001111010011001010101000111 | 3f89e99547 |
EUC-JP | ?蛾膝 | 0011111110110010111010111100100110101000 | 3fb2ebc9a8 |
UTF-8 | 렣蛾膝 | 111010111010000010100011111010001001101110111110111010001000011010011101 | eba0a3e89bbee8869d |
UHC | 렣蛾膝 | 100011101011010011100100101101101110001110100011 | 8eb4e4b6e3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)