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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 湜耳^ | 1111101101000111100011101010100001011110 | fb478ea85e |
EUC-JP | 湜耳^ | 100011111100011111111100101111001010101001011110 | 8fc7fcbcaa5e |
UTF-8 | 湜耳^ | 11100110101110011001110011101000100000001011001101011110 | e6b99ce880b35e |
UHC | 湜耳^ | 1110001111010111111011001011110001011110 | e3d7ecbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)