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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 酌借賁F | 10001110110111101000111011011000111001101100101001000110 | 8ede8ed8e6ca46 |
EUC-JP | 酌借賁F | 10111100111000001011110011011010111011001100110001000110 | bce0bcdaeccc46 |
UTF-8 | 酌借賁F | 11101001100001011000110011100101100000001001111111101000101100111000000101000110 | e9858ce5809fe8b38146 |
UHC | 酌借賁F | 11101101110011001111001110101000110111011101001101000110 | edccf3a8ddd346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)