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 | 貂ス謨キ | 111001101011100010111101111001101001010110110111 | e6b8bde695b7 |
EUC-JP | 貂ス謨キ | 1110110010111010100011101011110111101011111101011000111010110111 | ecba8ebdebf58eb7 |
UTF-8 | 貂ス謨キ | 111010001011001010000010111011111011110110111101111010001010110010101000111011111011110110110111 | e8b282efbdbde8aca8efbdb7 |
UHC | 貂?謨? | 111101011011000000111111110110011100100000111111 | f5b03fd9c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)