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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | テ」キチF | 1100001110100011101101111100000101000110 | c3a3b7c146 |
EUC-JP | テ」キチF | 100011101100001110001110101000111000111010110111100011101100000101000110 | 8ec38ea38eb78ec146 |
UTF-8 | テ」キチF | 11101111101111101000001111101111101111011010001111101111101111011011011111101111101111101000000101000110 | efbe83efbda3efbdb7efbe8146 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)