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 | 闥ク驩、 | 111010001001001010111000111010011000100110100100 | e892b8e989a4 |
EUC-JP | 闥ク驩、 | 1110111111110010100011101011100011110001111010011000111010100100 | eff28eb8f1e98ea4 |
UTF-8 | 闥ク驩、 | 111010011001011110100101111011111011110110111000111010011010100110101001111011111011110110100100 | e997a5efbdb8e9a9a9efbda4 |
UHC | ??驩? | 0011111100111111111111001011111000111111 | 3f3ffcbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)