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 | 鱆痞盖喊 | 1110100111100001111000010111110011100001101100111001101001011110 | e9e1e17ce1b39a5e |
EUC-JP | 鱆痞盖喊 | 1111001011100011111000011101110111100010101101011101001110111111 | f2e3e1dde2b5d3bf |
UTF-8 | 鱆痞盖喊 | 111010011011000110000110111001111001011110011110111001111001101110010110111001011001011010001010 | e9b186e7979ee79b96e5968a |
UHC | ??盖喊 | 001111110011111111001011110011001111100111100010 | 3f3fcbccf9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)