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狎 | 11100011011011110011111100111111010000101110000010111110 | e36f3f3f42e0be |
EUC-JP | 縊??B狎 | 11100101110100000011111100111111010000101110000011000000 | e5d03f3f42e0c0 |
UTF-8 | 縊좂쯃B狎 | 11100111101110001000101011101100101000101000001011101100101011111000001101000010111001111000101110001110 | e7b88aeca282ecaf8342e78b8e |
UHC | 縊좂쯃B狎 | 111001001111110010100000111001111010100010011111010000101110010011100100 | e4fca0e7a89f42e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)