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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蹂鍋束B | 11100110111110001001001111100111100100011010100101000010 | e6f893e791a942 |
EUC-JP | 蹂鍋束B | 11101100111110101100011011101001110000101010101101000010 | ecfac6e9c2ab42 |
UTF-8 | 蹂鍋束B | 11101000101110011000001011101001100011011000101111100110100111011001111101000010 | e8b982e98d8be69d9f42 |
UHC | 蹂鍋束B | 11101011101100111100111010100111111000011101011001000010 | ebb3cea7e1d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)