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 | @jH¸HmG | 1001001001000000011010101001001001001000100100011011100010010010010010000110110101000111 | 92406a924891b892486d47 |
SJIS-WIN | ?@j?H???HmG | 0011111101000000011010100011111101001000001111110011111100111111010010000110110101000111 | 3f406a3f483f3f3f486d47 |
EUC-JP | ?@j?H?¸?HmG | 00111111010000000110101000111111010010000011111110001111101000101011000100111111010010000110110101000111 | 3f406a3f483f8fa2b13f486d47 |
UTF-8 | @jH¸HmG | 11000010100100100100000001101010110000101001001001001000110000101001000111000010101110001100001010010010010010000110110101000111 | c292406ac29248c291c2b8c292486d47 |
UHC | ?@j?H?¸?HmG | 001111110100000001101010001111110100100000111111101000101010110000111111010010000110110101000111 | 3f406a3f483fa2ac3f486d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)