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 | 巽短尊 | 100100100100011010010010010110101001000110111000 | 9246925a91b8 |
EUC-JP | 巽短尊 | 110000111010011111000011101110111100001010111010 | c3a7c3bbc2ba |
UTF-8 | 巽短尊 | 111001011011011110111101111001111001111110101101111001011011000010001010 | e5b7bde79fade5b08a |
UHC | 巽短尊 | 111000011101111011010011101011011111000011101110 | e1ded3adf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)