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 | ûR·^ | 1111101101010010100011101011011101011110 | fb528eb75e |
SJIS-WIN | ?R??^ | 0011111101010010001111110011111101011110 | 3f523f3f5e |
EUC-JP | ûR??^ | 10001111101010111110010101010010001111110011111101011110 | 8fabe5523f3f5e |
UTF-8 | ûR·^ | 1100001110111011010100101100001010001110110000101011011101011110 | c3bb52c28ec2b75e |
UHC | ?R?·^ | 001111110101001000111111101000011010010001011110 | 3f523fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)