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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 卒造棚棚BF | 10010001101100101001000110100010100100100100100110010010010010010100001001000110 | 91b291a2924992494246 |
EUC-JP | 卒造棚棚BF | 11000010101101001100001010100100110000111010101011000011101010100100001001000110 | c2b4c2a4c3aac3aa4246 |
UTF-8 | 卒造棚棚BF | 1110010110001101100100101110100110000000101000001110011010100011100110101110011010100011100110100100001001000110 | e58d92e980a0e6a39ae6a39a4246 |
UHC | 卒造棚棚BF | 11110000111011111111000011100011110111011101110011011101110111000100001001000110 | f0eff0e3dddcdddc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)