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 | ?k??? | 0011111101101011001111110011111100111111 | 3f6b3f3f3f |
SJIS-WIN | k煮捨 | 111100001100000001101011111100001100000010001110110011111000111011001100 | f0c06bf0c08ecf8ecc |
EUC-JP | ?k?煮捨 | 00111111011010110011111110111100110100011011110011001110 | 3f6b3fbcd1bcce |
UTF-8 | k煮捨 | 11101110100000011011111101101011111011101000000110111111111001111000010110101110111001101000110110101000 | ee81bf6bee81bfe785aee68da8 |
UHC | ?k?煮捨 | 00111111011010110011111111101101101101001101111011010111 | 3f6b3fedb4ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)