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 | 伊蝎?? | 100010001100100111100101100110010011111100111111 | 88c9e5993f3f |
EUC-JP | 伊蝎?? | 101100001100101111101001111110010011111100111111 | b0cbe9f93f3f |
UTF-8 | 伊蝎렣렡 | 111001001011110010001010111010001001110110001110111010111010000010100011111010111010000010100001 | e4bc8ae89d8eeba0a3eba0a1 |
UHC | 伊蝎렣렡 | 1110110010100101110010101110100110001110101101001000111010110010 | eca5cae98eb48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)