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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 碍??芯? | 10001010010101100011111100111111100100000110001100111111 | 8a563f3f90633f |
EUC-JP | 碍??芯? | 10110011101101110011111100111111101111111100010000111111 | b3b73f3fbfc43f |
UTF-8 | 碍걦뢑芯뤷 | 111001111010001010001101111010101011000110100110111010111010001010010001111010001000101010101111111010111010010010110111 | e7a28deab1a6eba291e88aafeba4b7 |
UHC | 碍걦뢑芯뤷 | 11100100111101001000000110001111100011110100110011100100101001011000111111100101 | e4f4818f8f4ce4a58fe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)