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 | 靖?揖?正 | 1001011011110101001111111001011101001011001111111001000010110011 | 96f53f974b3f90b3 |
EUC-JP | 靖?揖?正 | 1100110011110111001111111100110110101100001111111100000010110101 | ccf73fcdac3fc0b5 |
UTF-8 | 靖렢揖렑正 | 111010011001110110010110111010111010000010100010111001101000111110010110111010111010000010010001111001101010110110100011 | e99d96eba0a2e68f96eba091e6ada3 |
UHC | 靖렢揖렑正 | 11101111111111101000111010110011111010111110011110001110101001101110111111100001 | effe8eb3ebe78ea6efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)