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 | 1110010101010100100010001110011010001001101101000100001001000110 | e55488e689b44246 |
EUC-JP | 薺域俺BF | 1110100110110101101100001110100010110010101101100100001001000110 | e9b5b0e8b2b64246 |
UTF-8 | 薺域俺BF | 1110100010010110101110101110010110011111100111111110010010111111101110100100001001000110 | e896bae59f9fe4bfba4246 |
UHC | 薺域俺BF | 1111000010110001111001101011010011100101111011110100001001000110 | f0b1e6b4e5ef4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)