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 | 艪癢邑 | 111001001000001011100001100110001001011101010111 | e482e1989757 |
EUC-JP | 艪癢邑 | 111001111110001011100001111110001100110110111000 | e7e2e1f8cdb8 |
UTF-8 | 艪癢邑 | 111010001000100110101010111001111001100110100010111010011000001010010001 | e889aae799a2e98291 |
UHC | ??邑 | 00111111001111111110101111101001 | 3f3febe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)