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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻??辱?? | 1001101011010100001111110011111110010000010010100011111100111111 | 9ad43f3f904a3f3f |
EUC-JP | 墻??辱?? | 1101010011010110001111110011111110111111101010110011111100111111 | d4d63f3fbfab3f3f |
UTF-8 | 墻욥눈辱녻눎 | 111001011010001010111011111011001001101010100101111010111000100010001000111010001011111010110001111010111000010110111011111010111000100010001110 | e5a2bbec9aa5eb8888e8beb1eb85bbeb888e |
UHC | 墻욥눈辱녻눎 | 111011011101111110111111111010011011010010101011111010011011010010000110111010001000011110101010 | eddfbfe9b4abe9b486e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)