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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艾??襲 | 111001001000100000111111001111111000111101010000 | e4883f3f8f50 |
EUC-JP | 艾??襲 | 111001111110100000111111001111111011110110110001 | e7e83f3fbdb1 |
UTF-8 | 艾됲뢕襲 | 111010001000100110111110111010111001000010110010111010111010001010010101111010001010010110110010 | e889beeb90b2eba295e8a5b2 |
UHC | 艾됲뢕襲 | 1110010011110101100010011110110110001111010100001110001110101001 | e4f589ed8f50e3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)