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 | 騾オ竏ォ諤殖 | 11101001100000001011010111100010100010001010101111100110100000001001000001000010 | e980b5e288abe6809042 |
EUC-JP | 騾オ竏ォ諤殖 | 111100011110000010001110101101011110001111101000100011101010101111101011111000001011111110100011 | f1e08eb5e3e88eabebe0bfa3 |
UTF-8 | 騾オ竏ォ諤殖 | 111010011010100010111110111011111011110110110101111001111010101110001111111011111011110110101011111010001010101110100100111001101010111010010110 | e9a8beefbdb5e7ab8fefbdabe8aba4e6ae96 |
UHC | ?????殖 | 00111111001111110011111100111111001111111110001111010110 | 3f3f3f3f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)