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 | æ§½å¸ | 1110011010100111101111011110010110111000 | e6a7bde5b8 |
SJIS-WIN | ?§??? | 001111111000000110011000001111110011111100111111 | 3f81983f3f3f |
EUC-JP | æ§?å¸ | 100011111010100111000001101000011111100000111111100011111010101110101001100011111010001010110001 | 8fa9c1a1f83f8faba98fa2b1 |
UTF-8 | æ§½å¸ | 11000011101001101100001010100111110000101011110111000011101001011100001010111000 | c3a6c2a7c2bdc3a5c2b8 |
UHC | 槽?¸ | 101010011010000110100001110101111010100011110110001111111010001010101100 | a9a1a1d7a8f63fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)