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 | 鈿ォ譛ア螯妝 | 11100111111011011010101111100110100111001011000111100101101001101001101101000010 | e7edabe69cb1e5a69b42 |
EUC-JP | 鈿ォ譛ア螯妝 | 111011101110111110001110101010111110101111111100100011101011000111101010101010001101010110100011 | eeef8eabebfc8eb1eaa8d5a3 |
UTF-8 | 鈿ォ譛ア螯妝 | 111010011000100010111111111011111011110110101011111010001010110110011011111011111011110110110001111010001001111010101111111001011010011010011101 | e988bfefbdabe8ad9befbdb1e89eafe5a69d |
UHC | 鈿????? | 11101111101011110011111100111111001111110011111100111111 | efaf3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)