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 | òãxÓ£ | 1111001011100011011110001101001110100011 | f2e378d3a3 |
SJIS-WIN | ??x?£ | 001111110011111101111000001111111000000110010010 | 3f3f783f8192 |
EUC-JP | òãxÓ£ | 100011111010101111010010100011111010101110101010011110001000111110101010110100011010000111110010 | 8fabd28fabaa788faad1a1f2 |
UTF-8 | òãxÓ£ | 110000111011001011000011101000110111100011000011100100111100001010100011 | c3b2c3a378c393c2a3 |
UHC | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)