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 | 圓?烈鬱 | 10011010101000100011111110010111111100111001111101010100 | 9aa23f97f39f54 |
EUC-JP | 圓?烈鬱 | 11010100101001000011111111001110111101011101110110110101 | d4a43fcef5ddb5 |
UTF-8 | 圓뀀烈鬱 | 111001011001110010010011111010111000000010000000111001111000001110001000111010011010110010110001 | e59c93eb8080e78388e9acb1 |
UHC | 圓뀀烈鬱 | 1110101010101101101100101110101111010110101011011110101010100110 | eaadb2ebd6adeaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)