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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 淏「豐サQ] | 1111101101000010101000101110011010110010101110110101000101011101 | fb42a2e6b2bb515d |
EUC-JP | 淏「豐サQ] | 1000111111000111110110011000111010100010111011001011010010001110101110110101000101011101 | 8fc7d98ea2ecb48ebb515d |
UTF-8 | 淏「豐サQ] | 1110011010110111100011111110111110111101101000101110100010110001100100001110111110111101101110110101000101011101 | e6b78fefbda2e8b190efbdbb515d |
UHC | 淏???Q] | 11111011110010000011111100111111001111110101000101011101 | fbc83f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)