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 | ?z? | 001111110111101000111111 | 3f7a3f |
SJIS-WIN | ?z紆 | 00111111011110101110001011111100 | 3f7ae2fc |
EUC-JP | ?z紆 | 00111111011110101110010011111110 | 3f7ae4fe |
UTF-8 | 뾑z紆 | 11101011101111101001000101111010111001111011010010000110 | ebbe917ae7b486 |
UHC | 뾑z紆 | 1001011101001111011110101110100111100001 | 974f7ae9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)