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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 陋滓蒔BF | 1110100010011011100111111110011010001110101010100100001001000110 | e89b9fe68eaa4246 |
EUC-JP | 陋滓蒔BF | 1110111111111011110111101110100010111100101011000100001001000110 | effbdee8bcac4246 |
UTF-8 | 陋滓蒔BF | 1110100110011001100010111110011010111011100100111110100010010010100101000100001001000110 | e9998be6bb93e892944246 |
UHC | 陋滓蒔BF | 1101011110110000111011101010101111100011110010000100001001000110 | d7b0eeabe3c84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)