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 | 糲郁魁瘋 | 1110001011111000100010001110100010001010010000001110000110000110 | e2f888e88a40e186 |
EUC-JP | 糲郁魁瘋 | 1110010011111010101100001110101010110011101000011110000111100110 | e4fab0eab3a1e1e6 |
UTF-8 | 糲郁魁瘋 | 111001111011001110110010111010011000001110000001111010011010110110000001111001111001100010001011 | e7b3b2e98381e9ad81e7988b |
UHC | ?郁魁? | 001111111110100111110100110011101101101000111111 | 3fe9f4ceda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)