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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 鱆軸煆ヌイV | 111010011110000110001110101100101111101101010110110001111011001001010110 | e9e18eb2fb56c7b256 |
EUC-JP | 鱆軸煆ヌイV | 111100101110001110111100101101001000111111001001111101001000111011000111100011101011001001010110 | f2e3bcb48fc9f48ec78eb256 |
UTF-8 | 鱆軸煆ヌイV | 11101001101100011000011011101000101110111011100011100111100001011000011011101111101111101000011111101111101111011011001001010110 | e9b186e8bbb8e78586efbe87efbdb256 |
UHC | ?軸???V | 00111111111101011110111000111111001111110011111101010110 | 3ff5ee3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)