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] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 伊撻Q] | 100010001100100110011101101000110101000101011101 | 88c99da3515d |
EUC-JP | 伊撻Q] | 101100001100101111011010101001010101000101011101 | b0cbdaa5515d |
UTF-8 | 伊撻Q] | 1110010010111100100010101110011010010010101110110101000101011101 | e4bc8ae692bb515d |
UHC | 伊撻Q] | 111011001010010111010011101101010101000101011101 | eca5d3b5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)