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 | テシ雹」謚シ | 1100001110111100111010001011100110100011111001101000101010111100 | c3bce8b9a3e68abc |
EUC-JP | テシ雹」謚シ | 100011101100001110001110101111001111000010111011100011101010001111101011111010101000111010111100 | 8ec38ebcf0bb8ea3ebea8ebc |
UTF-8 | テシ雹」謚シ | 111011111011111010000011111011111011110110111100111010011001101110111001111011111011110110100011111010001010110010011010111011111011110110111100 | efbe83efbdbce99bb9efbda3e8ac9aefbdbc |
UHC | ??雹?謚? | 0011111100111111110110101101111100111111111011001101000000111111 | 3f3fdadf3fecd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)