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 | 材?義 | 1000110111011110001111111000101101100000 | 8dde3f8b60 |
EUC-JP | 材?義 | 1011101011100000001111111011010111000001 | bae03fb5c1 |
UTF-8 | 材렏義 | 111001101001110110010000111010111010000010001111111001111011111010101001 | e69d90eba08fe7bea9 |
UHC | 材렏義 | 111011101010011110001110101001011110101111111001 | eea78ea5ebf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)