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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 餓??隘??F | 100010011110110000111111001111111110100010100101001111110011111101000110 | 89ec3f3fe8a53f3f46 |
EUC-JP | 餓??隘??F | 101100101110111000111111001111111111000010100111001111110011111101000110 | b2ee3f3ff0a73f3f46 |
UTF-8 | 餓귦뢑隘뎼뢔F | 11101001101001001001001111101010101101111010011011101011101000101001000111101001100110101001100011101011100011101011110011101011101000101001010001000110 | e9a493eab7a6eba291e99a98eb8ebceba29446 |
UHC | 餓귦뢑隘뎼뢔F | 11100100101110111000001011101101100011110100110011100100111101101000100110001111100011110100111101000110 | e4bb82ed8f4ce4f6898f8f4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)