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 | 貂シ雖画 | 11100110101110001011110011100101101010111000100111100110 | e6b8bce5ab89e6 |
EUC-JP | 貂シ雖画 | 1110110010111010100011101011110011101010101011011011001011101000 | ecba8ebceaadb2e8 |
UTF-8 | 貂シ雖画 | 111010001011001010000010111011111011110110111100111010011001101110010110111001111001010010111011 | e8b282efbdbce99b96e794bb |
UHC | 貂?雖? | 111101011011000000111111111000101100110000111111 | f5b03fe2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)