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 | ?kE?kEB | 00111111011010110100010100111111011010110100010101000010 | 3f6b453f6b4542 |
SJIS-WIN | ?kE?kEB | 00111111011010110100010100111111011010110100010101000010 | 3f6b453f6b4542 |
EUC-JP | ?kE?kEB | 00111111011010110100010100111111011010110100010101000010 | 3f6b453f6b4542 |
UTF-8 | 혯kE혯kEB | 1110110110011000101011110110101101000101111011011001100010101111011010110100010101000010 | ed98af6b45ed98af6b4542 |
UHC | 혯kE혯kEB | 110000101001011001101011010001011100001010010110011010110100010101000010 | c2966b45c2966b4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)