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 | 圓??? | 1001101010100010001111110011111100111111 | 9aa23f3f3f |
EUC-JP | 圓??? | 1101010010100100001111110011111100111111 | d4a43f3f3f |
UTF-8 | 圓잰렟렍 | 111001011001110010010011111011001001111010110000111010111010000010011111111010111010000010001101 | e59c93ec9eb0eba09feba08d |
UHC | 圓잰렟렍 | 1110101010101101110000001110100110001110101100001000111010100011 | eaadc0e98eb08ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)