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 | 贓??屯 | 111001101101100100111111001111111001001111010100 | e6d93f3f93d4 |
EUC-JP | 贓??屯 | 111011001101101100111111001111111100011011010110 | ecdb3f3fc6d6 |
UTF-8 | 贓곈렜屯 | 111010001011010010010011111010101011001110001000111010111010000010011100111001011011000110101111 | e8b493eab388eba09ce5b1af |
UHC | 贓곈렜屯 | 1110110111111100101100001110100110001110101011101101010011101010 | edfcb0e98eaed4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)