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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鋺奇スィ^ | 11100111111110101000101011101111101111011010100001011110 | e7fa8aefbda85e |
EUC-JP | 鋺奇スィ^ | 111011101111110010110100111100011000111010111101100011101010100001011110 | eefcb4f18ebd8ea85e |
UTF-8 | 鋺奇スィ^ | 11101001100010111011101011100101101001011000011111101111101111011011110111101111101111011010100001011110 | e98bbae5a587efbdbdefbda85e |
UHC | ?奇??^ | 001111111101000011110100001111110011111101011110 | 3fd0f43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)