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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銑?銑 | 1001000101001100001111111001000101001100 | 914c3f914c |
EUC-JP | 銑悰銑 | 11000001101011011000111110111101111111001100000110101101 | c1ad8fbdfcc1ad |
UTF-8 | 銑悰銑 | 111010011000101010010001111001101000001010110000111010011000101010010001 | e98a91e682b0e98a91 |
UHC | 銑悰銑 | 111000001101010111110000111101011110000011010101 | e0d5f0f5e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)