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 | 輒鶉泯 | 111001110110101111101010010001111001111110100001 | e76bea479fa1 |
EUC-JP | 輒鶉泯 | 111011011100110011110011101010001101111010100011 | edccf3a8dea3 |
UTF-8 | 輒鶉泯 | 111010001011110010010010111010011011011010001001111001101011001110101111 | e8bc92e9b689e6b3af |
UHC | 輒?泯 | 1111010011100101001111111101101011000110 | f4e53fdac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)