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 | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
SJIS-WIN | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
EUC-JP | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
UTF-8 | 룵₃^{룵₃^s | 11101011101000111011010111100010100000101000001101011110011110111110101110100011101101011110001010000010100000110101111001110011 | eba3b5e282835e7beba3b5e282835e73 |
UHC | 룵₃^{룵₃^s | 100011111010101010101001111111010101111001111011100011111010101010101001111111010101111001110011 | 8faaa9fd5e7b8faaa9fd5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)