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 | ã¼Ó¼BF | 100011111110001110111100100011101101001110001110101111000100001001000110 | 8fe3bc8ed38ebc4246 |
SJIS-WIN | ???????BF | 001111110011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f3f4246 |
EUC-JP | ?ã??Ó??BF | 00111111100011111010101110101010001111110011111110001111101010101101000100111111001111110100001001000110 | 3f8fabaa3f3f8faad13f3f4246 |
UTF-8 | ã¼Ó¼BF | 11000010100011111100001110100011110000101011110011000010100011101100001110010011110000101000111011000010101111000100001001000110 | c28fc3a3c2bcc28ec393c28ec2bc4246 |
UHC | ??¼???¼BF | 0011111100111111101010001111100100111111001111110011111110101000111110010100001001000110 | 3f3fa8f93f3f3fa8f94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)