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¼ | 111001100100111010001110100010111000010010111100 | e64e8e8b84bc |
SJIS-WIN | ?N???? | 001111110100111000111111001111110011111100111111 | 3f4e3f3f3f3f |
EUC-JP | æN???? | 1000111110101001110000010100111000111111001111110011111100111111 | 8fa9c14e3f3f3f3f |
UTF-8 | æN¼ | 1100001110100110010011101100001010001110110000101000101111000010100001001100001010111100 | c3a64ec28ec28bc284c2bc |
UHC | æN???¼ | 1010100110100001010011100011111100111111001111111010100011111001 | a9a14e3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)