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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 鮱室Q] | 111111000100010010001110101110100101000101011101 | fc448eba515d |
EUC-JP | 鮱室Q] | 10001111111010101110011010111100101111000101000101011101 | 8feae6bcbc515d |
UTF-8 | 鮱室Q] | 1110100110101110101100011110010110101110101001000101000101011101 | e9aeb1e5aea4515d |
UHC | ?室Q] | 0011111111100011111110000101000101011101 | 3fe3f8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)