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 | 盖喊痞 | 111000011011001110011010010111101110000101111100 | e1b39a5ee17c |
EUC-JP | 盖喊痞 | 111000101011010111010011101111111110000111011101 | e2b5d3bfe1dd |
UTF-8 | 盖喊痞 | 111001111001101110010110111001011001011010001010111001111001011110011110 | e79b96e5968ae7979e |
UHC | 盖喊? | 1100101111001100111110011110001000111111 | cbccf9e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)