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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 諶齢娃E | 11111011101010101001011111101110100010001010000101000101 | fbaa97ee88a145 |
EUC-JP | 諶齢娃E | 1000111111011110101101011100111011110000101100001010001101000101 | 8fdeb5cef0b0a345 |
UTF-8 | 諶齢娃E | 11101000101010111011011011101001101111011010001011100101101010001000001101000101 | e8abb6e9bda2e5a88345 |
UHC | 諶?娃E | 111001001010011000111111111010001101111101000101 | e4a63fe8df45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)