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 | 蒿呵賦 | 111001001110010010011001111010001001010110001010 | e4e499e8958a |
EUC-JP | 蒿呵賦 | 111010001110011011010010111010101100100111101010 | e8e6d2eac9ea |
UTF-8 | 蒿呵賦 | 111010001001001010111111111001011001000110110101111010001011001110100110 | e892bfe591b5e8b3a6 |
UHC | 蒿呵賦 | 111110111101101011001010101001111101110110110111 | fbdacaa7ddb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)