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}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 嗽?k}嗽?k{^ | 1001101001110101001111110110101101111101100110100111010100111111011010110111101101011110 | 9a753f6b7d9a753f6b7b5e |
EUC-JP | 嗽?k}嗽?k{^ | 1101001111010110001111110110101101111101110100111101011000111111011010110111101101011110 | d3d63f6b7dd3d63f6b7b5e |
UTF-8 | 嗽잜k}嗽잜k{^ | 1110010110010111101111011110110010011110100111000110101101111101111001011001011110111101111011001001111010011100011010110111101101011110 | e597bdec9e9c6b7de597bdec9e9c6b7b5e |
UHC | 嗽잜k}嗽잜k{^ | 11100001111101011001111111101101011010110111110111100001111101011001111111101101011010110111101101011110 | e1f59fed6b7de1f59fed6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)