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 | 菴ッ岦 | 1110010010111101101011111111101010101100 | e4bdaffaac |
EUC-JP | 菴ッ岦 | 11101000101111111000111010101111100011111011101110110011 | e8bf8eaf8fbbb3 |
UTF-8 | 菴ッ岦 | 111010001000111110110100111011111011110110101111111001011011001010100110 | e88fb4efbdafe5b2a6 |
UHC | 菴?? | 11100100111000000011111100111111 | e4e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)