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 | ûN®] | 1111101101001110100011101010111001011101 | fb4e8eae5d |
SJIS-WIN | ?N??] | 0011111101001110001111110011111101011101 | 3f4e3f3f5d |
EUC-JP | ûN?®] | 100011111010101111100101010011100011111110001111101000101110111001011101 | 8fabe54e3f8fa2ee5d |
UTF-8 | ûN®] | 1100001110111011010011101100001010001110110000101010111001011101 | c3bb4ec28ec2ae5d |
UHC | ?N?®] | 001111110100111000111111101000101110011101011101 | 3f4e3fa2e75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)