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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 湜軸O澵 | 11111011010001111000111010110010010011111111101101001100 | fb478eb24ffb4c |
EUC-JP | 湜軸O澵 | 100011111100011111111100101111001011010001001111100011111100100011111000 | 8fc7fcbcb44f8fc8f8 |
UTF-8 | 湜軸O澵 | 11100110101110011001110011101000101110111011100001001111111001101011111010110101 | e6b99ce8bbb84fe6beb5 |
UHC | 湜軸O? | 111000111101011111110101111011100100111100111111 | e3d7f5ee4f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)