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 | 宵蝪ォ、宵 | 10001111101010101110010110100001111100001110110110101011101001001000111110101010 | 8faae5a1f0edaba48faa |
EUC-JP | 宵蝪?ォ、宵 | 1011111010101100111010101010001100111111100011101010101110001110101001001011111010101100 | beaceaa33f8eab8ea4beac |
UTF-8 | 宵蝪ォ、宵 | 111001011010111010110101111010001001110110101010111011101000001010101100111011111011110110101011111011111011110110100100111001011010111010110101 | e5aeb5e89daaee82acefbdabefbda4e5aeb5 |
UHC | 宵????宵 | 1110000110110010001111110011111100111111001111111110000110110010 | e1b23f3f3f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)