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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 姨??F | 1001101101001000001111110011111101000110 | 9b483f3f46 |
EUC-JP | 姨??F | 1101010110101001001111110011111101000110 | d5a93f3f46 |
UTF-8 | 姨띿껌F | 11100101101001111010100011101011100111011011111111101010101110111000110001000110 | e5a7a8eb9dbfeabb8c46 |
UHC | 姨띿껌F | 11101100101010011000110111101100101100101010110101000110 | eca98decb2ad46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)