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 | 拙??封 | 100100001101100100111111001111111001010110010101 | 90d93f3f9595 |
EUC-JP | 拙??封 | 110000001101101100111111001111111100100111110101 | c0db3f3fc9f5 |
UTF-8 | 拙흑렪封 | 111001101000101110011001111011011001110110010001111010111010000010101010111001011011000010000001 | e68b99ed9d91eba0aae5b081 |
UHC | 拙흑렪封 | 1111000011110000110010001110011010001110101110001101110011100110 | f0f0c8e68eb8dce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)