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 | 爼猴爻 | 111000001010101011100000110010111110000010101001 | e0aae0cbe0a9 |
EUC-JP | 爼猴爻 | 111000001010110011100000110011011110000010101011 | e0ace0cde0ab |
UTF-8 | 爼猴爻 | 111001111000100010111100111001111000110010110100111001111000100010111011 | e788bce78cb4e788bb |
UHC | ??爻 | 00111111001111111111110110100001 | 3f3ffda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)