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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 嗚??節??^ | 100110100110101000111111001111111001000011011111001111110011111101011110 | 9a6a3f3f90df3f3f5e |
EUC-JP | 嗚??節??^ | 110100111100101100111111001111111100000011100001001111110011111101011110 | d3cb3f3fc0e13f3f5e |
UTF-8 | 嗚밧툦節댐쉐^ | 11100101100101111001101011101011101100001010011111101101100010001010011011100111101011111000000011101011100011001001000011101100100010011001000001011110 | e5979aebb0a7ed88a6e7af80eb8c90ec89905e |
UHC | 嗚밧툦節댐쉐^ | 11100111111100001011100111100101101110001001110111101111101111011011010011101111101111011010011001011110 | e7f0b9e5b89defbdb4efbda65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)