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 | î±¢éȽ | 111011101011000110100010111010011100100010111101 | eeb1a2e9c8bd |
SJIS-WIN | ?±¢??? | 0011111110000001011111011000000110010001001111110011111100111111 | 3f817d81913f3f3f |
EUC-JP | î±¢éÈ? | 1000111110101011110000101010000111011110101000011111000110001111101010111011000110001111101010101011001000111111 | 8fabc2a1dea1f18fabb18faab23f |
UTF-8 | î±¢éȽ | 110000111010111011000010101100011100001010100010110000111010100111000011100010001100001010111101 | c3aec2b1c2a2c3a9c388c2bd |
UHC | ?±???½ | 0011111110100001101111100011111100111111001111111010100011110110 | 3fa1be3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)