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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 谿殊碓] | 11100110101011101000111011101010100010010100111101011101 | e6ae8eea894f5d |
EUC-JP | 谿殊碓] | 11101100101100001011110011101100101100011011000001011101 | ecb0bcecb1b05d |
UTF-8 | 谿殊碓] | 11101000101100001011111111100110101011101000101011100111101000101001001101011101 | e8b0bfe6ae8ae7a2935d |
UHC | 谿殊?] | 110011011010110011100010101010000011111101011101 | cdace2a83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)