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 | 蒸陌? | 1000111111110110111010001001100100111111 | 8ff6e8993f |
EUC-JP | 蒸陌枏 | 10111110111110001110111111111001100011111100001110101010 | bef8eff98fc3aa |
UTF-8 | 蒸陌枏 | 111010001001001010111000111010011001100110001100111001101001111010001111 | e892b8e9998ce69e8f |
UHC | 蒸陌枏 | 111100011111101011011000111010001101000111110111 | f1fad8e8d1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)