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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 蟾ス閼ア蟄ォh | 11100101101101111011110111101000100001001011000111100101101011011010101101101000 | e5b7bde884b1e5adab68 |
EUC-JP | 蟾ス閼ア蟄ォh | 11101010101110011000111010111101111011111110010010001110101100011110101010101111100011101010101101101000 | eab98ebdefe48eb1eaaf8eab68 |
UTF-8 | 蟾ス閼ア蟄ォh | 11101000100111111011111011101111101111011011110111101001100101101011110011101111101111011011000111101000100111111000010011101111101111011010101101101000 | e89fbeefbdbde996bcefbdb1e89f84efbdab68 |
UHC | 蟾?閼?蟄?h | 11100000111010100011111111100100110110010011111111110110110111100011111101101000 | e0ea3fe4d93ff6de3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)