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 | ûÒµåá | 111110111101001010001110101101011110010111100001 | fbd28eb5e5e1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÒ??åá | 1000111110101011111001011000111110101010110100100011111100111111100011111010101110101001100011111010101110100001 | 8fabe58faad23f3f8faba98faba1 |
UTF-8 | ûÒµåá | 110000111011101111000011100100101100001010001110110000101011010111000011101001011100001110100001 | c3bbc392c28ec2b5c3a5c3a1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)