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 | 盖喊鶺唸 | 1110000110110011100110100101111011101010010101001001101001011000 | e1b39a5eea549a58 |
EUC-JP | 盖喊鶺唸 | 1110001010110101110100111011111111110011101101011101001110111001 | e2b5d3bff3b5d3b9 |
UTF-8 | 盖喊鶺唸 | 111001111001101110010110111001011001011010001010111010011011011010111010111001011001010010111000 | e79b96e5968ae9b6bae594b8 |
UHC | 盖喊?? | 110010111100110011111001111000100011111100111111 | cbccf9e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)