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®^ | 1111101101010010100011101010111001011110 | fb528eae5e |
SJIS-WIN | ?R??^ | 0011111101010010001111110011111101011110 | 3f523f3f5e |
EUC-JP | ûR?®^ | 100011111010101111100101010100100011111110001111101000101110111001011110 | 8fabe5523f8fa2ee5e |
UTF-8 | ûR®^ | 1100001110111011010100101100001010001110110000101010111001011110 | c3bb52c28ec2ae5e |
UHC | ?R?®^ | 001111110101001000111111101000101110011101011110 | 3f523fa2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)