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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 柞m | 10011110011011111000001010001101 | 9e6f828d |
EUC-JP | 柞m | 11011011110100001010001111101101 | dbd0a3ed |
UTF-8 | 柞m | 111001101001111110011110111011111011110110001101 | e69f9eefbd8d |
UHC | ?m | 001111111010001111101101 | 3fa3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)