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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 順瀟B | 1000111110000111111000000110111001000010 | 8f87e06e42 |
EUC-JP | 順瀟B | 1011110111100111110111111100111101000010 | bde7dfcf42 |
UTF-8 | 順瀟B | 11101001101000001000011011100111100000001001111101000010 | e9a086e7809f42 |
UHC | 順瀟B | 1110001011110111111000011011111001000010 | e2f7e1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)