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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 」鉅タ | 111110011100101010100011111001111110100011000000 | f9caa3e7e8c0 |
EUC-JP | ?」鉅タ | 00111111100011101010001111101110111010101000111011000000 | 3f8ea3eeea8ec0 |
UTF-8 | 」鉅タ | 111011101001110010100101111011111011110110100011111010011000100110000101111011111011111010000000 | ee9ca5efbda3e98985efbe80 |
UHC | ??鉅? | 0011111100111111110010111110100100111111 | 3f3fcbe93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)