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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 銑瞽 | 10010001010011001110000111011010 | 914ce1da |
EUC-JP | 銑瞽 | 11000001101011011110001011011100 | c1ade2dc |
UTF-8 | 銑瞽 | 111010011000101010010001111001111001111010111101 | e98a91e79ebd |
UHC | 銑? | 111000001101010100111111 | e0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)