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 | ò¡è» | 111100101010000110001110101011011110100010111011 | f2a18eade8bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò¡??è? | 100011111010101111010010100011111010001011000010001111110011111110001111101010111011001000111111 | 8fabd28fa2c23f3f8fabb23f |
UTF-8 | ò¡è» | 110000111011001011000010101000011100001010001110110000101010110111000011101010001100001010111011 | c3b2c2a1c28ec2adc3a8c2bb |
UHC | ?¡??? | 0011111110100010101011100011111110100001101010010011111100111111 | 3fa2ae3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)