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 | 逑ア遞セ逑ア | 111001111001001110110001111001111010100010111110111001111001001110110001 | e793b1e7a8bee793b1 |
EUC-JP | 逑ア遞セ逑ア | 111011011111001110001110101100011110111010101010100011101011111011101101111100111000111010110001 | edf38eb1eeaa8ebeedf38eb1 |
UTF-8 | 逑ア遞セ逑ア | 111010011000000010010001111011111011110110110001111010011000000110011110111011111011110110111110111010011000000010010001111011111011110110110001 | e98091efbdb1e9819eefbdbee98091efbdb1 |
UHC | 逑?遞?逑? | 110011111100011100111111111101001111011000111111110011111100011100111111 | cfc73ff4f63fcfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)