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 | 畯烽? | 1111101101101111111000001000001000111111 | fb6fe0823f |
EUC-JP | 畯烽? | 100011111100110110111011110111111110001000111111 | 8fcdbbdfe23f |
UTF-8 | 畯烽렟 | 111001111001010110101111111001111000001110111101111010111010000010011111 | e795afe783bdeba09f |
UHC | 畯烽렟 | 111100011110000111011100111010111000111010110000 | f1e1dceb8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)