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{^ | 00111111011010110111110100111111011010110111101101011110 | 3f6b7d3f6b7b5e |
SJIS-WIN | 蘂k}蘂k{^ | 111001010100000101101011011111011110010101000001011010110111101101011110 | e5416b7de5416b7b5e |
EUC-JP | 蘂k}蘂k{^ | 111010011010001001101011011111011110100110100010011010110111101101011110 | e9a26b7de9a26b7b5e |
UTF-8 | 蘂k}蘂k{^ | 1110100010011000100000100110101101111101111010001001100010000010011010110111101101011110 | e898826b7de898826b7b5e |
UHC | 蘂k}蘂k{^ | 111001111101111001101011011111011110011111011110011010110111101101011110 | e7de6b7de7de6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)