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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 谷息蔵Q] | 1001001001001010100100011010011110010001101000000101000101011101 | 924a91a791a0515d |
EUC-JP | 谷息蔵Q] | 1100001110101011110000101010100111000010101000100101000101011101 | c3abc2a9c2a2515d |
UTF-8 | 谷息蔵Q] | 1110100010110000101101111110011010000001101011111110100010010100101101010101000101011101 | e8b0b7e681afe894b5515d |
UHC | 谷息?Q] | 11001101110110111110001111010011001111110101000101011101 | cddbe3d33f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)