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 | 葯а??葯 | 1110010011011110100001000111000000111111001111111110010011011110 | e4de84703f3fe4de |
EUC-JP | 葯а??葯 | 1110100011100000101001111101000100111111001111111110100011100000 | e8e0a7d13f3fe8e0 |
UTF-8 | 葯а낆뵊葯 | 1110100010010001101011111101000010110000111010111000001010000110111010111011010110001010111010001001000110101111 | e891afd0b0eb8286ebb58ae891af |
UHC | 葯а낆뵊葯 | 11100101101101011010110011010001100001011110110010010100100011101110010110110101 | e5b5acd185ec948ee5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)