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 | ?kzF | 00111111011010110111101001000110 | 3f6b7a46 |
SJIS-WIN | ?kzF | 00111111011010110111101001000110 | 3f6b7a46 |
EUC-JP | ?kzF | 00111111011010110111101001000110 | 3f6b7a46 |
UTF-8 | 혯kzF | 111011011001100010101111011010110111101001000110 | ed98af6b7a46 |
UHC | 혯kzF | 1100001010010110011010110111101001000110 | c2966b7a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)