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 | ûSÂU | 110000111011101101010011110000101000111101010101 | c3bb53c28f55 |
SJIS-WIN | ??S??U | 001111110011111101010011001111110011111101010101 | 3f3f533f3f55 |
EUC-JP | Ã?SÂ?U | 10001111101010101010101000111111010100111000111110101010101001000011111101010101 | 8faaaa3f538faaa43f55 |
UTF-8 | ûSÂU | 11000011100000111100001010111011010100111100001110000010110000101000111101010101 | c383c2bb53c382c28f55 |
UHC | ??S??U | 001111110011111101010011001111110011111101010101 | 3f3f533f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)