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 | 譫晄侮 | 111001101001111010011101111001101001010110001110 | e69e9de6958e |
EUC-JP | 譫晄侮 | 111010111111111011011010111010001100100111101110 | ebfedae8c9ee |
UTF-8 | 譫晄侮 | 111010001010110110101011111001101001100110000100111001001011111010101110 | e8adabe69984e4beae |
UHC | ?晄侮 | 0011111111111100110011011101100110110010 | 3ffccdd9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)