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 | 顋匁ッ | 1110100011111001100101101110011010101111 | e8f996e6af |
EUC-JP | 顋匁ッ | 111100001111101111001100111010001000111010101111 | f0fbcce88eaf |
UTF-8 | 顋匁ッ | 111010011010000110001011111001011000110010000001111011111011110110101111 | e9a18be58c81efbdaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)