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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 鈼執G | 1111101111000110100011101011011101000111 | fbc68eb747 |
EUC-JP | 鈼執G | 100011111110001111010110101111001011100101000111 | 8fe3d6bcb947 |
UTF-8 | 鈼執G | 11101001100010001011110011100101100111111011011101000111 | e988bce59fb747 |
UHC | ?執G | 00111111111100101111101101000111 | 3ff2fb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)