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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 寘齢娃Q] | 1111101010101001100101111110111010001000101000010101000101011101 | faa997ee88a1515d |
EUC-JP | 寘齢娃Q] | 100011111011101011100001110011101111000010110000101000110101000101011101 | 8fbae1cef0b0a3515d |
UTF-8 | 寘齢娃Q] | 1110010110101111100110001110100110111101101000101110010110101000100000110101000101011101 | e5af98e9bda2e5a883515d |
UHC | ??娃Q] | 001111110011111111101000110111110101000101011101 | 3f3fe8df515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)