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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟯??節?? | 1110010110110010001111110011111110010000110111110011111100111111 | e5b23f3f90df3f3f |
EUC-JP | 蟯??節?đ | 11101010101101000011111100111111110000001110000100111111100011111010100111000010 | eab43f3fc0e13f8fa9c2 |
UTF-8 | 蟯얍선節딃đ | 1110100010011111101011111110110010010110100011011110110010000100101000001110011110101111100000001110101110010100100000111100010010010001 | e89fafec968dec84a0e7af80eb9483c491 |
UHC | 蟯얍선節딃đ | 111010011010100010111110111001011011110010110001111011111011110110001010111010011010100110100010 | e9a8bee5bcb1efbd8ae9a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)