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 | 宵蝪゚シ | 100011111010101011100101101000011101111110111100 | 8faae5a1dfbc |
EUC-JP | 宵蝪゚シ | 1011111010101100111010101010001110001110110111111000111010111100 | beaceaa38edf8ebc |
UTF-8 | 宵蝪゚シ | 111001011010111010110101111010001001110110101010111011111011111010011111111011111011110110111100 | e5aeb5e89daaefbe9fefbdbc |
UHC | 宵??? | 1110000110110010001111110011111100111111 | e1b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)