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 | 蜴縄クコ妤ァ^ | 11100101100011101001001111101010101110001011101011111010101001001010011101011110 | e58e93eab8bafaa4a75e |
EUC-JP | 蜴縄クコ妤ァ^ | 1110100111101110110001101110110010001110101110001000111010111010100011111011100110101111100011101010011101011110 | e9eec6ec8eb88eba8fb9af8ea75e |
UTF-8 | 蜴縄クコ妤ァ^ | 11101000100111001011010011100111101110001000010011101111101111011011100011101111101111011011101011100101101001101010010011101111101111011010011101011110 | e89cb4e7b884efbdb8efbdbae5a6a4efbda75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)