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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鍄ク蟋吩 | 11100111111110111011100011100101101001111001100111100100 | e7fbb8e5a799e4 |
EUC-JP | 鍄ク蟋吩 | 1110111011111101100011101011100011101010101010011101001011100110 | eefd8eb8eaa9d2e6 |
UTF-8 | 鍄ク蟋吩 | 111010011000110110000100111011111011110110111000111010001001111110001011111001011001000010101001 | e98d84efbdb8e89f8be590a9 |
UHC | ???吩 | 0011111100111111001111111101110111000011 | 3f3f3fddc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)