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 | テカテ氾コ | 110000111011011011000011100101001100001110111010 | c3b6c394c3ba |
EUC-JP | テカテ氾コ | 10001110110000111000111010110110100011101100001111001000110001011000111010111010 | 8ec38eb68ec3c8c58eba |
UTF-8 | テカテ氾コ | 111011111011111010000011111011111011110110110110111011111011111010000011111001101011000010111110111011111011110110111010 | efbe83efbdb6efbe83e6b0beefbdba |
UHC | ???氾? | 001111110011111100111111110110111111000000111111 | 3f3f3fdbf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)