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 | 隲幀ウ補 | 11101000101010111001101111101010101100111001010111100010 | e8ab9beab395e2 |
EUC-JP | 隲幀ウ補 | 1111000010101101110101101110110010001110101100111100101011100100 | f0add6ec8eb3cae4 |
UTF-8 | 隲幀ウ補 | 111010011001101010110010111001011011100110000000111011111011110110110011111010001010001110011100 | e99ab2e5b980efbdb3e8a39c |
UHC | ?幀?補 | 001111111110111111010011001111111101110011001101 | 3fefd33fdccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)