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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 銑??oBF | 10010001010011000011111100111111011011110100001001000110 | 914c3f3f6f4246 |
EUC-JP | 銑??oBF | 11000001101011010011111100111111011011110100001001000110 | c1ad3f3f6f4246 |
UTF-8 | 銑렍롙oBF | 111010011000101010010001111010111010000010001101111010111010000110011001011011110100001001000110 | e98a91eba08deba1996f4246 |
UHC | 銑렍롙oBF | 111000001101010110001110101000111000111011011101011011110100001001000110 | e0d58ea38edd6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)