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 | ò«¢ò½ | 111100101010101110001110101000101111001010111101 | f2ab8ea2f2bd |
SJIS-WIN | ???¢?? | 00111111001111110011111110000001100100010011111100111111 | 3f3f3f81913f3f |
EUC-JP | ò??¢ò? | 1000111110101011110100100011111100111111101000011111000110001111101010111101001000111111 | 8fabd23f3fa1f18fabd23f |
UTF-8 | ò«¢ò½ | 110000111011001011000010101010111100001010001110110000101010001011000011101100101100001010111101 | c3b2c2abc28ec2a2c3b2c2bd |
UHC | ?????½ | 00111111001111110011111100111111001111111010100011110110 | 3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)