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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鱸カ闔ク辞 | 1110100111100111101101101110100010001110101110001000111010101011 | e9e7b6e88eb88eab |
EUC-JP | 鱸カ闔ク辞 | 11110010111010011000111010110110111011111110111010001110101110001011110010101101 | f2e98eb6efee8eb8bcad |
UTF-8 | 鱸カ闔ク辞 | 111010011011000110111000111011111011110110110110111010011001011110010100111011111011110110111000111010001011111010011110 | e9b1b8efbdb6e99794efbdb8e8be9e |
UHC | ??闔?? | 001111110011111111111001111011110011111100111111 | 3f3ff9ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)