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 | 爭?憶?適? | 111000001010010100111111100010011010111100111111100100110100101100111111 | e0a53f89af3f934b3f |
EUC-JP | 爭?憶?適? | 111000001010011100111111101100101011000100111111110001011010110000111111 | e0a73fb2b13fc5ac3f |
UTF-8 | 爭렗憶렖適렏 | 111001111000100010101101111010111010000010010111111001101000011010110110111010111010000010010110111010011000000110101001111010111010000010001111 | e788adeba097e686b6eba096e981a9eba08f |
UHC | 爭렗憶렖適렏 | 111011101011001110001110101011001110010111100011100011101010101111101110111010101000111010100101 | eeb38eace5e38eabeeea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)