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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豁碑弊 | 111001101010110110010100111010001001010110111110 | e6ad94e895be |
EUC-JP | 豁碑弊 | 111011001010111111001000111010101100101011000000 | ecafc8eacac0 |
UTF-8 | 豁碑弊 | 111010001011000110000001111001111010001010010001111001011011110010001010 | e8b181e7a291e5bc8a |
UHC | 豁碑弊 | 111111001100001111011101111110001111100011001001 | fcc3ddf8f8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)