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 | 蠑滔。千クッ | 111001011011110010011111111010111010000110010000111001111011100010101111 | e5bc9feba190e7b8af |
EUC-JP | 蠑滔。千クッ | 111010101011111011011110111011011000111010100001110000001110100110001110101110001000111010101111 | eabedeed8ea1c0e98eb88eaf |
UTF-8 | 蠑滔。千クッ | 111010001010000010010001111001101011101110010100111011111011110110100001111001011000110110000011111011111011110110111000111011111011110110101111 | e8a091e6bb94efbda1e58d83efbdb8efbdaf |
UHC | ?滔?千?? | 0011111111010100101001010011111111110100101101100011111100111111 | 3fd4a53ff4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)