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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 袱ィD袱ィD^ | 111001011101111010101000010001001110010111011110101010000100010001011110 | e5dea844e5dea8445e |
EUC-JP | 袱ィD袱ィD^ | 1110101011100000100011101010100001000100111010101110000010001110101010000100010001011110 | eae08ea844eae08ea8445e |
UTF-8 | 袱ィD袱ィD^ | 111010001010001010110001111011111011110110101000010001001110100010100010101100011110111110111101101010000100010001011110 | e8a2b1efbda844e8a2b1efbda8445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)