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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嫉?皓 | 1000111010111001001111111110000110101001 | 8eb93fe1a9 |
EUC-JP | 嫉?皓 | 1011110010111011001111111110001010101011 | bcbb3fe2ab |
UTF-8 | 嫉렺皓 | 111001011010101110001001111010111010000010111010111001111001101010010011 | e5ab89eba0bae79a93 |
UHC | 嫉렺皓 | 111100101110110010001110110000101111101111010011 | f2ec8ec2fbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)