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 | 釈礁 | 10001110110111111000111111001010 | 8edf8fca |
EUC-JP | 釈礁 | 10111100111000011011111011001100 | bce1becc |
UTF-8 | 釈礁 | 111010011000011110001000111001111010010010000001 | e98788e7a481 |
UHC | ?礁 | 001111111111010110100111 | 3ff5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)