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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 族?蹄伎? | 1001000110110000001111111001001011111011100010101110101000111111 | 91b03f92fb8aea3f |
EUC-JP | 族?蹄伎? | 1100001010110010001111111100010011111101101101001110110000111111 | c2b23fc4fdb4ec3f |
UTF-8 | 族렩蹄伎렕 | 111001101001011110001111111010111010000010101001111010001011100110000100111001001011110010001110111010111010000010010101 | e6978feba0a9e8b984e4bc8eeba095 |
UHC | 族렩蹄伎렕 | 11110000111010011000111010110111111100001011010011010000111010111000111010101010 | f0e98eb7f0b4d0eb8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)