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 | ¼äÍ£ | 1000111110111100111001001100110110100011 | 8fbce4cda3 |
SJIS-WIN | ????£ | 001111110011111100111111001111111000000110010010 | 3f3f3f3f8192 |
EUC-JP | ??äÍ£ | 00111111001111111000111110101011101000111000111110101010101111111010000111110010 | 3f3f8faba38faabfa1f2 |
UTF-8 | ¼äÍ£ | 11000010100011111100001010111100110000111010010011000011100011011100001010100011 | c28fc2bcc3a4c38dc2a3 |
UHC | ?¼??? | 001111111010100011111001001111110011111100111111 | 3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)