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 | ??Y? | 00111111001111110101100100111111 | 3f3f593f |
SJIS-WIN | 駭?Y駭 | 111010010110111000111111010110011110100101101110 | e96e3f59e96e |
EUC-JP | 駭?Y駭 | 111100011100111100111111010110011111000111001111 | f1cf3f59f1cf |
UTF-8 | 駭렱Y駭 | 11101001101001111010110111101011101000001011000101011001111010011010011110101101 | e9a7adeba0b159e9a7ad |
UHC | 駭렱Y駭 | 11111010101101001000111010111110010110011111101010110100 | fab48ebe59fab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)