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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鏑?鏑?B | 10010011010011000011111110010011010011000011111101000010 | 934c3f934c3f42 |
EUC-JP | 鏑?鏑?B | 11000101101011010011111111000101101011010011111101000010 | c5ad3fc5ad3f42 |
UTF-8 | 鏑솟鏑솟B | 11101001100011111001000111101100100001101001111111101001100011111001000111101100100001101001111101000010 | e98f91ec869fe98f91ec869f42 |
UHC | 鏑솟鏑솟B | 111011101110101110111100110110101110111011101011101111001101101001000010 | eeebbcdaeeebbcda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)