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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 鶯??B昻 | 11101001111100100011111100111111010000101111101011010000 | e9f23f3f42fad0 |
EUC-JP | 鶯??B? | 111100101111010000111111001111110100001000111111 | f2f43f3f423f |
UTF-8 | 鶯뺣젡B昻 | 11101001101101101010111111101011101110101010001111101100101000001010000101000010111001101001100010111011 | e9b6afebbaa3eca0a142e698bb |
UHC | 鶯뺣젡B昻 | 111001011010001110010101111010111010000010011010010000101110010011101001 | e5a395eba09a42e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)