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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 牋犲G | 1110000010101110111000001011101001000111 | e0aee0ba47 |
EUC-JP | 牋犲G | 1110000010110000111000001011110001000111 | e0b0e0bc47 |
UTF-8 | 牋犲G | 11100111100010011000101111100111100010101011001001000111 | e7898be78ab247 |
UHC | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)