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 | ?S? | 001111110101001100111111 | 3f533f |
SJIS-WIN | 葢Sシ | 11100100111000100101001110111100 | e4e253bc |
EUC-JP | 葢Sシ | 1110100011100100010100111000111010111100 | e8e4538ebc |
UTF-8 | 葢Sシ | 11101000100100011010001001010011111011111011110110111100 | e891a253efbdbc |
UHC | ?S? | 001111110101001100111111 | 3f533f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)