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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???奄 | 0011111100111111001111111000100110000010 | 3f3f3f8982 |
EUC-JP | 縕??奄 | 10001111110101001100001000111111001111111011000111100010 | 8fd4c23f3fb1e2 |
UTF-8 | 縕귝퍞奄 | 111001111011100010010101111010101011011110011101111011011000110110011110111001011010010110000100 | e7b895eab79ded8d9ee5a584 |
UHC | 縕귝퍞奄 | 1110100010110010100000101110011010111011100101011110010111110010 | e8b282e6bb95e5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)