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 | ??ぎ?泥?^ | 001111110011111110000010101011000011111110010011010001000011111101011110 | 3f3f82ac3f93443f5e |
EUC-JP | ??ぎ?泥?^ | 001111110011111110100100101011100011111111000101101001010011111101011110 | 3f3fa4ae3fc5a53f5e |
UTF-8 | 룶퓦ぎ룶泥팸^ | 11101011101000111011011011101101100100111010011011100011100000011000111011101011101000111011011011100110101100111010010111101101100011001011100001011110 | eba3b6ed93a6e3818eeba3b6e6b3a5ed8cb85e |
UHC | 룶퓦ぎ룶泥팸^ | 10001111101010111011111110001111101010101010111010001111101010111101001011111010110001101101010001011110 | 8fabbf8faaae8fabd2fac6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)