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 | 踵也兇 | 111001101111100110010110111001111000101110100010 | e6f996e78ba2 |
EUC-JP | 踵也兇 | 111011001111101111001100111010011011011010100100 | ecfbcce9b6a4 |
UTF-8 | 踵也兇 | 111010001011100010110101111001001011100110011111111001011000010110000111 | e8b8b5e4b99fe58587 |
UHC | 踵也兇 | 111100011010001011100101101001011111110111010100 | f1a2e5a5fdd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)