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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 調蝎?? | 100100101011001011100101100110010011111100111111 | 92b2e5993f3f |
EUC-JP | 調蝎?? | 110001001011010011101001111110010011111100111111 | c4b4e9f93f3f |
UTF-8 | 調蝎렟렲 | 111010001010101010111111111010001001110110001110111010111010000010011111111010111010000010110010 | e8aabfe89d8eeba09feba0b2 |
UHC | 調蝎렟렲 | 1111000011100000110010101110100110001110101100001000111010111111 | f0e0cae98eb08ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)