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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???渦?? | 00111111001111110011111110001001010100010011111100111111 | 3f3f3f89513f3f |
EUC-JP | ???渦?? | 00111111001111110011111110110001101100100011111100111111 | 3f3f3fb1b23f3f |
UTF-8 | 輦됰젺渦쏅젉 | 111011111010011010011000111010111001000010110000111011001010000010111010111001101011100010100110111011001000111110000101111011001010000010001001 | efa698eb90b0eca0bae6b8a6ec8f85eca089 |
UHC | 輦됰젺渦쏅젉 | 111001101110010010001001111010111010000010101101111010001011111010011011111010111010000010001011 | e6e489eba0ade8be9beba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)