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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闡餓棘妤 | 1110100010010001100010011110110010011110100110011111101010100100 | e89189ec9e99faa4 |
EUC-JP | 闡餓棘妤 | 111011111111000110110010111011101101101111111001100011111011100110101111 | eff1b2eedbf98fb9af |
UTF-8 | 闡餓棘妤 | 111010011001011110100001111010011010010010010011111001101010001110011000111001011010011010100100 | e997a1e9a493e6a398e5a6a4 |
UHC | 闡餓棘? | 11110100110001011110010010111011110100001011111000111111 | f4c5e4bbd0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)