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 | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 鱆軸煆ヌケBF | 11101001111000011000111010110010111110110101011011000111101110010100001001000110 | e9e18eb2fb56c7b94246 |
EUC-JP | 鱆軸煆ヌケBF | 11110010111000111011110010110100100011111100100111110100100011101100011110001110101110010100001001000110 | f2e3bcb48fc9f48ec78eb94246 |
UTF-8 | 鱆軸煆ヌケBF | 1110100110110001100001101110100010111011101110001110011110000101100001101110111110111110100001111110111110111101101110010100001001000110 | e9b186e8bbb8e78586efbe87efbdb94246 |
UHC | ?軸???BF | 0011111111110101111011100011111100111111001111110100001001000110 | 3ff5ee3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)