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 | 衆??劑 | 100011110100111100111111001111111001100110011101 | 8f4f3f3f999d |
EUC-JP | 衆??劑 | 101111011011000000111111001111111101000111111101 | bdb03f3fd1fd |
UTF-8 | 衆累걋劑 | 111010001010000110000110111011111010010110001111111010101011000110001011111001011000101010010001 | e8a186efa58feab18be58a91 |
UHC | 衆累걋劑 | 1111000111101011110100101110100110110000110000001111000010100101 | f1ebd2e9b0c0f0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)