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 | ò»½»³ | 11110010101110111000111010111101100011111011101110110011 | f2bb8ebd8fbbb3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ò?????? | 100011111010101111010010001111110011111100111111001111110011111100111111 | 8fabd23f3f3f3f3f3f |
UTF-8 | ò»½»³ | 1100001110110010110000101011101111000010100011101100001010111101110000101000111111000010101110111100001010110011 | c3b2c2bbc28ec2bdc28fc2bbc2b3 |
UHC | ???½??³ | 001111110011111100111111101010001111011000111111001111111010100111111000 | 3f3f3fa8f63f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)