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 | 1110100101100010111010010110001001000010 | e962e96242 |
EUC-JP | 饕饕B | 1111000111000011111100011100001101000010 | f1c3f1c342 |
UTF-8 | 饕饕B | 11101001101001011001010111101001101001011001010101000010 | e9a595e9a59542 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)