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 | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
SJIS-WIN | ???@狎 | 001111110011111100111111010000001110000010111110 | 3f3f3f40e0be |
EUC-JP | ???@狎 | 001111110011111100111111010000001110000011000000 | 3f3f3f40e0c0 |
UTF-8 | 梨숈돖@狎 | 11101111101001111010001011101100100010001000100011101011100011111001011001000000111001111000101110001110 | efa7a2ec8888eb8f9640e78b8e |
UHC | 梨숈돖@狎 | 111011001011000110011001111011001000100110100000010000001110010011100100 | ecb199ec89a040e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)