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 | ûB¥ | 111110110100001010100101 | fb42a5 |
SJIS-WIN | ?B¥ | 00111111010000101000000110001111 | 3f42818f |
EUC-JP | ûB? | 1000111110101011111001010100001000111111 | 8fabe5423f |
UTF-8 | ûB¥ | 1100001110111011010000101100001010100101 | c3bb42c2a5 |
UHC | ?B? | 001111110100001000111111 | 3f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)