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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 鸚??逸?Q] | 111010100101111100111111001111111000100011101101001111110101000101011101 | ea5f3f3f88ed3f515d |
EUC-JP | 鸚??逸?Q] | 111100111100000000111111001111111011000011101111001111110101000101011101 | f3c03f3fb0ef3f515d |
UTF-8 | 鸚쒖눦逸쿪Q] | 1110100110111000100110101110110010010010100101101110101110001000101001101110100110000000101110001110110010111111101010100101000101011101 | e9b89aec9296eb88a6e980b8ecbfaa515d |
UHC | 鸚쒖눦逸쿪Q] | 111001011010010010011100111011001000011110111101111011001110111110110011011000010101000101011101 | e5a49cec87bdecefb361515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)