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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 圓?? | 10011010101000100011111100111111 | 9aa23f3f |
EUC-JP | 圓?? | 11010100101001000011111100111111 | d4a43f3f |
UTF-8 | 圓잭깝 | 111001011001110010010011111011001001111010101101111010101011100110011101 | e59c93ec9eadeab99d |
UHC | 圓잭깝 | 111010101010110111000000111010001011000111110101 | eaadc0e8b1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)