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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 踐れ乙h | 11100110111101101000001011101010100010011011001101101000 | e6f682ea89b368 |
EUC-JP | 踐れ乙h | 11101100111110001010010011101100101100101011010101101000 | ecf8a4ecb2b568 |
UTF-8 | 踐れ乙h | 11101000101110001001000011100011100000101000110011100100101110011001100101101000 | e8b890e3828ce4b99968 |
UHC | 踐れ乙h | 11110100110000101010101011101100111010111110000001101000 | f4c2aaecebe068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)