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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獰?8 | 1110000011010110001111111000001001010111 | e0d63f8257 |
EUC-JP | 獰?8 | 1110000011011000001111111010001110111000 | e0d83fa3b8 |
UTF-8 | 獰⑵8 | 111001111000110110110000111000101001000110110101111011111011110010011000 | e78db0e291b5efbc98 |
UHC | 獰⑵8 | 111001111011111010101001111010001010001110111000 | e7bea9e8a3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)