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 | 1110100110001001100110111110101110100001100110111110101110100001100101110100000001101000 | e9899beba19beba1974068 |
EUC-JP | 驩幎。幎。諭h | 11110001111010011101011011101101100011101010000111010110111011011000111010100001110011011010000101101000 | f1e9d6ed8ea1d6ed8ea1cda168 |
UTF-8 | 驩幎。幎。諭h | 11101001101010011010100111100101101110011000111011101111101111011010000111100101101110011000111011101111101111011010000111101000101010111010110101101000 | e9a9a9e5b98eefbda1e5b98eefbda1e8abad68 |
UHC | 驩????諭h | 111111001011111000111111001111110011111100111111111010111011000101101000 | fcbe3f3f3f3febb168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)