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 | ?Y?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
SJIS-WIN | 銑Y銑bnoBF | 10010001010011000101100110010001010011000110001001101110011011110100001001000110 | 914c59914c626e6f4246 |
EUC-JP | 銑Y銑bnoBF | 11000001101011010101100111000001101011010110001001101110011011110100001001000110 | c1ad59c1ad626e6f4246 |
UTF-8 | 銑Y銑bnoBF | 111010011000101010010001010110011110100110001010100100010110001001101110011011110100001001000110 | e98a9159e98a91626e6f4246 |
UHC | 銑Y銑bnoBF | 11100000110101010101100111100000110101010110001001101110011011110100001001000110 | e0d559e0d5626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)