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 | 譚溯鳩] | 11100110100111011001111111101000100101001011010101011101 | e69d9fe894b55d |
EUC-JP | 譚溯鳩] | 11101011111111011101111011101010110010001011011101011101 | ebfddeeac8b75d |
UTF-8 | 譚溯鳩] | 11101000101011011001101011100110101110101010111111101001101100111010100101011101 | e8ad9ae6baafe9b3a95d |
UHC | 譚溯鳩] | 11010011110010011110000110111101110011111100110101011101 | d3c9e1bdcfcd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)