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 | 茯゚ | 111001001010100011011111 | e4a8df |
EUC-JP | 茯゚ | 11101000101010101000111011011111 | e8aa8edf |
UTF-8 | 茯゚ | 111010001000110010101111111011111011111010011111 | e88cafefbe9f |
UHC | 茯? | 110111001101101000111111 | dcda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)