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] | 100011101101001010001110110001010101000101011101 | 8ed28ec5515d |
EUC-JP | 者芝Q] | 101111001101010010111100110001110101000101011101 | bcd4bcc7515d |
UTF-8 | 者芝Q] | 1110100010000000100001011110100010001010100111010101000101011101 | e88085e88a9d515d |
UHC | 者芝Q] | 111011011011101011110010101110010101000101011101 | edbaf2b9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)