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 | 逑ク逋カ逎ャ | 111001111001001110111000111001111001100110110110111001111010001110101100 | e793b8e799b6e7a3ac |
EUC-JP | 逑ク逋カ逎ャ | 111011011111001110001110101110001110110111111001100011101011011011101110101001011000111010101100 | edf38eb8edf98eb6eea58eac |
UTF-8 | 逑ク逋カ逎ャ | 111010011000000010010001111011111011110110111000111010011000000010001011111011111011110110110110111010011000000010001110111011111011110110101100 | e98091efbdb8e9808befbdb6e9808eefbdac |
UHC | 逑?逋??? | 1100111111000111001111111111100011100111001111110011111100111111 | cfc73ff8e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)