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 | テシ雹」遲コ | 1100001110111100111010001011100110100011111001111010110110111010 | c3bce8b9a3e7adba |
EUC-JP | テシ雹」遲コ | 100011101100001110001110101111001111000010111011100011101010001111101110101011111000111010111010 | 8ec38ebcf0bb8ea3eeaf8eba |
UTF-8 | テシ雹」遲コ | 111011111011111010000011111011111011110110111100111010011001101110111001111011111011110110100011111010011000000110110010111011111011110110111010 | efbe83efbdbce99bb9efbda3e981b2efbdba |
UHC | ??雹?遲? | 0011111100111111110110101101111100111111111100101100000000111111 | 3f3fdadf3ff2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)