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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倚莖??? | 10011000110111111110010010110001001111110011111100111111 | 98dfe4b13f3f3f |
EUC-JP | 倚莖??? | 11010000111000011110100010110011001111110011111100111111 | d0e1e8b33f3f3f |
UTF-8 | 倚莖렮띤뤄 | 111001011000000010011010111010001000111010010110111010111010000010101110111010111001110110100100111010111010010010000100 | e5809ae88e96eba0aeeb9da4eba484 |
UHC | 倚莖렮띤뤄 | 11101011111011111100110011101100100011101011101110110110111011011011011111101111 | ebefccec8ebbb6edb7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)