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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 畯驀彬U | 11111011011011111110100101111101100101010110101001010101 | fb6fe97d956a55 |
EUC-JP | 畯驀彬U | 1000111111001101101110111111000111011110110010011100101101010101 | 8fcdbbf1dec9cb55 |
UTF-8 | 畯驀彬U | 11100111100101011010111111101001101010011000000011100101101111011010110001010101 | e795afe9a980e5bdac55 |
UHC | 畯驀彬U | 11110001111000011101100011101001110111101010111101010101 | f1e1d8e9deaf55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)