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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 驥凡Y驥凡bE | 1110100110000111100101100111110101011001111010011000011110010110011111010110001001000101 | e987967d59e987967d6245 |
EUC-JP | 驥凡Y驥凡bE | 1111000111100111110010111101111001011001111100011110011111001011110111100110001001000101 | f1e7cbde59f1e7cbde6245 |
UTF-8 | 驥凡Y驥凡bE | 111010011010100110100101111001011000011110100001010110011110100110101001101001011110010110000111101000010110001001000101 | e9a9a5e587a159e9a9a5e587a16245 |
UHC | 驥凡Y驥凡bE | 1101000111001010110110111110110101011001110100011100101011011011111011010110001001000101 | d1cadbed59d1cadbed6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)