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 | 癲??一? | 11100001100111110011111100111111100010001110101000111111 | e19f3f3f88ea3f |
EUC-JP | 癲??一? | 11100010101000010011111100111111101100001110110000111111 | e2a13f3fb0ec3f |
UTF-8 | 癲뽯슜一얟 | 111001111001100110110010111010111011110110101111111011001000101010011100111001001011100010000000111011001001011010011111 | e799b2ebbdafec8a9ce4b880ec969f |
UHC | 癲뽯슜一얟 | 11101111101001101001011011101011100110101010100111101100111010011001111001000111 | efa696eb9aa9ece99e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)