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 | テ佚氾佚韮 | 110000111001100011000011100101001100001110011000110000111001010001000010 | c398c394c398c39442 |
EUC-JP | テ佚氾佚韮 | 10001110110000111101000011000101110010001100010111010000110001011100011110100011 | 8ec3d0c5c8c5d0c5c7a3 |
UTF-8 | テ佚氾佚韮 | 111011111011111010000011111001001011110110011010111001101011000010111110111001001011110110011010111010011001111110101110 | efbe83e4bd9ae6b0bee4bd9ae99fae |
UHC | ?佚氾佚? | 0011111111101100111010101101101111110000111011001110101000111111 | 3feceadbf0ecea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)