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 | 逖滔ク晧価逖 | 1110011110011000100111111110101110111000100111011110110010001001101111111110011110011000 | e7989febb89dec89bfe798 |
EUC-JP | 逖滔ク晧価逖 | 111011011111100011011110111011011000111010111000110110101110111010110010110000011110110111111000 | edf8deed8eb8daeeb2c1edf8 |
UTF-8 | 逖滔ク晧価逖 | 111010011000000010010110111001101011101110010100111011111011110110111000111001101001100110100111111001001011111010100001111010011000000010010110 | e98096e6bb94efbdb8e699a7e4bea1e98096 |
UHC | ?滔?晧?? | 0011111111010100101001010011111111111011110001010011111100111111 | 3fd4a53ffbc53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)