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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 堤?諍?媛瓏 | 10010010111001110011111111100110011110010011111110010101010100011110000011111010 | 92e73fe6793f9551e0fa |
EUC-JP | 堤?諍?媛瓏 | 11000100111010010011111111101011110110100011111111001001101100101110000011111100 | c4e93febda3fc9b2e0fc |
UTF-8 | 堤렕諍렱媛瓏 | 111001011010000010100100111010111010000010010101111010001010101110001101111010111010000010110001111001011010101010011011111001111001001110001111 | e5a0a4eba095e8ab8deba0b1e5aa9be7938f |
UHC | 堤렕諍렱媛瓏 | 111100001010011110001110101010101110111010110101100011101011111011101010101100001101011011101010 | f0a78eaaeeb58ebeeab0d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)