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 | 宵蝪ォリ宵 | 10001111101010101110010110100001111100001110110110101011110110001000111110101010 | 8faae5a1f0edabd88faa |
EUC-JP | 宵蝪?ォリ宵 | 1011111010101100111010101010001100111111100011101010101110001110110110001011111010101100 | beaceaa33f8eab8ed8beac |
UTF-8 | 宵蝪ォリ宵 | 111001011010111010110101111010001001110110101010111011101000001010101100111011111011110110101011111011111011111010011000111001011010111010110101 | e5aeb5e89daaee82acefbdabefbe98e5aeb5 |
UHC | 宵????宵 | 1110000110110010001111110011111100111111001111111110000110110010 | e1b23f3f3f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)