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 | 慫?爰Ι | 10011100110011110011111111100000101001111000001110100111 | 9ccf3fe0a783a7 |
EUC-JP | 慫?爰Ι | 11011000110100010011111111100000101010011010011010101001 | d8d13fe0a9a6a9 |
UTF-8 | 慫렫爰Ι | 1110011010000101101010111110101110100000101010111110011110001000101100001100111010011001 | e685abeba0abe788b0ce99 |
UHC | 慫렫爰Ι | 1111000011110110100011101011100111101010101110101010010111001001 | f0f68eb9eabaa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)