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 | 低魅? | 1001001011100001100101101010001100111111 | 92e196a33f |
EUC-JP | 低魅? | 1100010011100011110011001010010100111111 | c4e3cca53f |
UTF-8 | 低魅샌 | 111001001011110110001110111010011010110110000101111011001000001110001100 | e4bd8ee9ad85ec838c |
UHC | 低魅샌 | 111011101011100011011000111001011011101111110111 | eeb8d8e5bbf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)