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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ佚氾凝ャ | 1100001110011000110000111001010011000011100010111100001110101100 | c398c394c38bc3ac |
EUC-JP | テ佚氾凝ャ | 10001110110000111101000011000101110010001100010110110110110001011000111010101100 | 8ec3d0c5c8c5b6c58eac |
UTF-8 | テ佚氾凝ャ | 111011111011111010000011111001001011110110011010111001101011000010111110111001011000011110011101111011111011110110101100 | efbe83e4bd9ae6b0bee5879defbdac |
UHC | ?佚氾凝? | 0011111111101100111010101101101111110000111010111110101000111111 | 3feceadbf0ebea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)