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 | 宵、将イ宵蝪 | 10001111101010101010010010001111101010111011001010001111101010101110010110100001 | 8faaa48fabb28faae5a1 |
EUC-JP | 宵、将イ宵蝪 | 101111101010110010001110101001001011111010101101100011101011001010111110101011001110101010100011 | beac8ea4bead8eb2beaceaa3 |
UTF-8 | 宵、将イ宵蝪 | 111001011010111010110101111011111011110110100100111001011011000010000110111011111011110110110010111001011010111010110101111010001001110110101010 | e5aeb5efbda4e5b086efbdb2e5aeb5e89daa |
UHC | 宵???宵? | 1110000110110010001111110011111100111111111000011011001000111111 | e1b23f3f3fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)