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 | ¼äÎñ | 1000111110111100111001001100111011110001 | 8fbce4cef1 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??äÎñ | 0011111100111111100011111010101110100011100011111010101011000010100011111010101111010000 | 3f3f8faba38faac28fabd0 |
UTF-8 | ¼äÎñ | 11000010100011111100001010111100110000111010010011000011100011101100001110110001 | c28fc2bcc3a4c38ec3b1 |
UHC | ?¼??? | 001111111010100011111001001111110011111100111111 | 3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)