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 | 1111101110011101101100111110010110111100100011110111110101000010 | fb9db3e5bc8f7d42 |
EUC-JP | ?ウ蠑殉B | 0011111110001110101100111110101010111110101111011101111001000010 | 3f8eb3eabebdde42 |
UTF-8 | 﨟ウ蠑殉B | 11101111101010001001111111101111101111011011001111101000101000001001000111100110101011101000100101000010 | efa89fefbdb3e8a091e6ae8942 |
UHC | ???殉B | 001111110011111100111111111000101110011001000010 | 3f3f3fe2e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)