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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 隴悟蕪BF | 1110100010101101100011001110010110010101100100110100001001000110 | e8ad8ce595934246 |
EUC-JP | 隴悟蕪BF | 1111000010101111101110001110011111001001111100110100001001000110 | f0afb8e7c9f34246 |
UTF-8 | 隴悟蕪BF | 1110100110011010101101001110011010000010100111111110100010010101101010100100001001000110 | e99ab4e6829fe895aa4246 |
UHC | ?悟蕪BF | 00111111111001111111011011011001111100110100001001000110 | 3fe7f6d9f34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)