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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツコテ某 | 1100001010111010110000111001011001011110 | c2bac3965e |
EUC-JP | ツコテ某 | 1000111011000010100011101011101010001110110000111100101110111111 | 8ec28eba8ec3cbbf |
UTF-8 | ツコテ某 | 111011111011111010000010111011111011110110111010111011111011111010000011111001101001111110010000 | efbe82efbdbaefbe83e69f90 |
UHC | ???某 | 0011111100111111001111111101100110111011 | 3f3f3fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)