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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 墻??絶??B | 100110101101010000111111001111111001000011100010001111110011111101000010 | 9ad43f3f90e23f3f42 |
EUC-JP | 墻??絶??B | 110101001101011000111111001111111100000011100100001111110011111101000010 | d4d63f3fc0e43f3f42 |
UTF-8 | 墻쇘떣絶뚳슝B | 11100101101000101011101111101100100001111001100011101011100101101010001111100111101101011011011011101011100110101011001111101100100010101001110101000010 | e5a2bbec8798eb96a3e7b5b6eb9ab3ec8a9d42 |
UHC | 墻쇘떣絶뚳슝B | 11101101110111111011110011100111100010111011011111101111101111101000110011101111101111011011100101000010 | eddfbce78bb7efbe8cefbdb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)