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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鵫辞瑤室糯 | 11111100010010001000111010101011111010101010001010001110101110101110001011110111 | fc488eabeaa28ebae2f7 |
EUC-JP | 鵫辞瑤室糯 | 1000111111101011111110101011110010101101111101001010010010111100101111001110010011111001 | 8febfabcadf4a4bcbce4f9 |
UTF-8 | 鵫辞瑤室糯 | 111010011011010110101011111010001011111010011110111001111001000110100100111001011010111010100100111001111011001110101111 | e9b5abe8be9ee791a4e5aea4e7b3af |
UHC | ??瑤室? | 00111111001111111110100011111101111000111111100000111111 | 3f3fe8fde3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)