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 | òé¶ûÏ | 111100101110100110001110101101101111101111001111 | f2e98eb6fbcf |
SJIS-WIN | ???¶?? | 00111111001111110011111110000001111101110011111100111111 | 3f3f3f81f73f3f |
EUC-JP | òé?¶ûÏ | 100011111010101111010010100011111010101110110001001111111010001011111001100011111010101111100101100011111010101011000001 | 8fabd28fabb13fa2f98fabe58faac1 |
UTF-8 | òé¶ûÏ | 110000111011001011000011101010011100001010001110110000101011011011000011101110111100001110001111 | c3b2c3a9c28ec2b6c3bbc38f |
UHC | ???¶?? | 00111111001111110011111110100010110100100011111100111111 | 3f3f3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)