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 | 陷郁ご謫 | 1110100010011100100010001110100010000010101100101110011010010011 | e89c88e882b2e693 |
EUC-JP | 陷郁ご謫 | 1110111111111100101100001110101010100100101101001110101111110011 | effcb0eaa4b4ebf3 |
UTF-8 | 陷郁ご謫 | 111010011001100110110111111010011000001110000001111000111000000110010100111010001010110010101011 | e999b7e98381e38194e8acab |
UHC | 陷郁ご謫 | 1111100111101000111010011111010010101010101101001110111011100011 | f9e8e9f4aab4eee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)