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 | テ榲佚コテ檻 | 110000111001111011000011100110001100001110111010110000111001111101000010 | c39ec398c3bac39f42 |
EUC-JP | テ榲佚コテ檻 | 100011101100001111011100110001011101000011000101100011101011101010001110110000111101110110100011 | 8ec3dcc5d0c58eba8ec3dda3 |
UTF-8 | テ榲佚コテ檻 | 111011111011111010000011111001101010011010110010111001001011110110011010111011111011110110111010111011111011111010000011111001101010101010111011 | efbe83e6a6b2e4bd9aefbdbaefbe83e6aabb |
UHC | ??佚??檻 | 0011111100111111111011001110101000111111001111111111100111100011 | 3f3fecea3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)