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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蜊ィ魘ィ豢ゥ^ | 11100101100011011010100011101001101101001010100011100110101101001010100101011110 | e58da8e9b4a8e6b4a95e |
EUC-JP | 蜊ィ魘ィ豢ゥ^ | 11101001111011011000111010101000111100101011011010001110101010001110110010110110100011101010100101011110 | e9ed8ea8f2b68ea8ecb68ea95e |
UTF-8 | 蜊ィ魘ィ豢ゥ^ | 11101000100111001000101011101111101111011010100011101001101011011001100011101111101111011010100011101000101100011010001011101111101111011010100101011110 | e89c8aefbda8e9ad98efbda8e8b1a2efbda95e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)