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 | ûȶéà | 111110111100100010001110101101101110100111100000 | fbc88eb6e9e0 |
SJIS-WIN | ???¶?? | 00111111001111110011111110000001111101110011111100111111 | 3f3f3f81f73f3f |
EUC-JP | ûÈ?¶éà | 100011111010101111100101100011111010101010110010001111111010001011111001100011111010101110110001100011111010101110100010 | 8fabe58faab23fa2f98fabb18faba2 |
UTF-8 | ûȶéà | 110000111011101111000011100010001100001010001110110000101011011011000011101010011100001110100000 | c3bbc388c28ec2b6c3a9c3a0 |
UHC | ???¶?? | 00111111001111110011111110100010110100100011111100111111 | 3f3f3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)