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 | èDé· | 111010000100010010001001111010011000111010110111 | e84489e98eb7 |
SJIS-WIN | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
EUC-JP | èD?é?? | 10001111101010111011001001000100001111111000111110101011101100010011111100111111 | 8fabb2443f8fabb13f3f |
UTF-8 | èDé· | 1100001110101000010001001100001010001001110000111010100111000010100011101100001010110111 | c3a844c289c3a9c28ec2b7 |
UHC | ?D???· | 00111111010001000011111100111111001111111010000110100100 | 3f443f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)