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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋ィ逡碑 | 11101000111110011010100011100111100101011001010011101000 | e8f9a8e79594e8 |
EUC-JP | 顋ィ逡碑 | 1111000011111011100011101010100011101101111101011100100011101010 | f0fb8ea8edf5c8ea |
UTF-8 | 顋ィ逡碑 | 111010011010000110001011111011111011110110101000111010011000000010100001111001111010001010010001 | e9a18befbda8e980a1e7a291 |
UHC | ??逡碑 | 001111110011111111110001111001001101110111111000 | 3f3ff1e4ddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)