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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ズ?①? | 0011111100111111100000110101100100111111100001110100000000111111 | 3f3f83593f87403f |
EUC-JP | ??ズ??? | 00111111001111111010010110111010001111110011111100111111 | 3f3fa5ba3f3f3f |
UTF-8 | 曆뤹ズ緣①뮵 | 111011111010011010001011111010111010010010111001111000111000001010111010111001111011011110100011111000101001000110100000111010111010111010110101 | efa68beba4b9e382bae7b7a3e291a0ebaeb5 |
UHC | 曆뤹ズ緣①뮵 | 111001101011011110001111111001111010101110111010111001101101111010101000111001111001001010111101 | e6b78fe7abbae6dea8e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)