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 | 貂ャ逞セ | 111001101011100010101100111001111001011110111110 | e6b8ace797be |
EUC-JP | 貂ャ逞セ | 1110110010111010100011101010110011101101111101111000111010111110 | ecba8eacedf78ebe |
UTF-8 | 貂ャ逞セ | 111010001011001010000010111011111011110110101100111010011000000010011110111011111011110110111110 | e8b282efbdace9809eefbdbe |
UHC | 貂?逞? | 111101011011000000111111110101101100000100111111 | f5b03fd6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)