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 | 1001000110010111100100011001011101000010 | 9197919742 |
EUC-JP | 送送B | 1100000111110111110000011111011101000010 | c1f7c1f742 |
UTF-8 | 送送B | 11101001100000001000000111101001100000001000000101000010 | e98081e9808142 |
UHC | 送送B | 1110000111101010111000011110101001000010 | e1eae1ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)