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 | 歪耿秉 | 100110000110001111100011110101001110001001011100 | 9863e3d4e25c |
EUC-JP | 歪耿秉 | 110011111100010011100110110101101110001110111101 | cfc4e6d6e3bd |
UTF-8 | 歪耿秉 | 111001101010110110101010111010001000000010111111111001111010011110001001 | e6adaae880bfe7a789 |
UHC | 歪耿秉 | 111010001110000011001100111010101101110010111100 | e8e0cceadcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)