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 | 11100101101111001000110111101000100001111000000011100101101111001000110111101000100001111000000001000010 | e5bc8de88780e5bc8de8878042 |
EUC-JP | 蠑崎?蠑崎?B | 1110101010111110101110101110101000111111111010101011111010111010111010100011111101000010 | eabebaea3feabebaea3f42 |
UTF-8 | 蠑崎〝蠑崎〝B | 11101000101000001001000111100101101101001000111011100011100000001001110111101000101000001001000111100101101101001000111011100011100000001001110101000010 | e8a091e5b48ee3809de8a091e5b48ee3809d42 |
UHC | ?崎??崎?B | 001111111101000011111000001111110011111111010000111110000011111101000010 | 3fd0f83f3fd0f83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)