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 | KTIVF | 100100100100101110010010010101001001001001001001100100100101011001000110 | 924b92549249925646 |
SJIS-WIN | ?K?T?I?VF | 001111110100101100111111010101000011111101001001001111110101011001000110 | 3f4b3f543f493f5646 |
EUC-JP | ?K?T?I?VF | 001111110100101100111111010101000011111101001001001111110101011001000110 | 3f4b3f543f493f5646 |
UTF-8 | KTIVF | 11000010100100100100101111000010100100100101010011000010100100100100100111000010100100100101011001000110 | c2924bc29254c29249c2925646 |
UHC | ?K?T?I?VF | 001111110100101100111111010101000011111101001001001111110101011001000110 | 3f4b3f543f493f5646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)