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 | 蒸陌?? | 100011111111011011101000100110010011111100111111 | 8ff6e8993f3f |
EUC-JP | 蒸陌?? | 101111101111100011101111111110010011111100111111 | bef8eff93f3f |
UTF-8 | 蒸陌렔띌 | 111010001001001010111000111010011001100110001100111010111010000010010100111010111001110110001100 | e892b8e9998ceba094eb9d8c |
UHC | 蒸陌렔띌 | 1111000111111010110110001110100010001110101010011011011011101001 | f1fad8e88ea9b6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)