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 | 遑晢セ馴岫? | 11100111101000011001110111101111101111101001001111101001100110111010101100111111 | e7a19defbe93e99bab3f |
EUC-JP | 遑晢セ馴岫訑 | 11101110101000111101101011110001100011101011111011000110111010111101011010101101100011111101110111000111 | eea3daf18ebec6ebd6ad8fddc7 |
UTF-8 | 遑晢セ馴岫訑 | 111010011000000110010001111001101001100110100010111011111011110110111110111010011010011010110100111001011011001010101011111010001010100010010001 | e98191e699a2efbdbee9a6b4e5b2abe8a891 |
UHC | 遑??馴岫? | 111111001101101000111111001111111110001011111000111000011111101100111111 | fcda3f3fe2f8e1fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)