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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艸後勝 | 111001001000011110001100111000111000111110011111 | e4878ce38f9f |
EUC-JP | 艸後勝 | 111001111110011110111000111001011011111010100001 | e7e7b8e5bea1 |
UTF-8 | 艸後勝 | 111010001000100110111000111001011011111010001100111001011000101110011101 | e889b8e5be8ce58b9d |
UHC | 艸後勝 | 111101011010110011111101101011011110001110101101 | f5acfdade3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)