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 | 逖滔」。繪ャ | 111001111001100010011111111010111010001110100001111000111000100110101100 | e7989feba3a1e389ac |
EUC-JP | 逖滔」。繪ャ | 111011011111100011011110111011011000111010100011100011101010000111100101111010011000111010101100 | edf8deed8ea38ea1e5e98eac |
UTF-8 | 逖滔」。繪ャ | 111010011000000010010110111001101011101110010100111011111011110110100011111011111011110110100001111001111011100110101010111011111011110110101100 | e98096e6bb94efbda3efbda1e7b9aaefbdac |
UHC | ?滔??繪? | 0011111111010100101001010011111100111111111111001110101100111111 | 3fd4a53f3ffceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)