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 | 材頭? | 1000110111011110100100111010101000111111 | 8dde93aa3f |
EUC-JP | 材頭? | 1011101011100000110001101010110000111111 | bae0c6ac3f |
UTF-8 | 材頭벅 | 111001101001110110010000111010011010000010101101111010111011001010000101 | e69d90e9a0adebb285 |
UHC | 材頭벅 | 111011101010011111010100111010011011100111110111 | eea7d4e9b9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)