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 | 災????迂 | 1000110111010000001111110011111100111111001111111000100101001001 | 8dd03f3f3f3f8949 |
EUC-JP | 災????迂 | 1011101011010010001111110011111100111111001111111011000110101010 | bad23f3f3f3fb1aa |
UTF-8 | 災곗렢곤갇迂 | 111001111000000110111101111010101011001110010111111010111010000010100010111010101011001110100100111010101011000010000111111010001011111110000010 | e781bdeab397eba0a2eab3a4eab087e8bf82 |
UHC | 災곗렢곤갇迂 | 111011101010110010110000111011001000111010110011101100001110111110110000101001001110100111100110 | eeacb0ec8eb3b0efb0a4e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)