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 | 圓띈렡렊 | 111001011001110010010011111010111001110110001000111010111010000010100001111010111010000010001010 | e59c93eb9d88eba0a1eba08a |
UHC | 圓띈렡렊 | 1110101010101101101101101110100010001110101100101000111010100001 | eaadb6e88eb28ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)