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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闇γ??? | 10001000110001011000001111000001001111110011111100111111 | 88c583c13f3f3f |
EUC-JP | 闇γ?靷? | 101100001100011110100110110000110011111110001111111001111011110100111111 | b0c7a6c33f8fe7bd3f |
UTF-8 | 闇γ룢靷뗨 | 1110100110010111100001111100111010110011111010111010001110100010111010011001110110110111111010111001011110101000 | e99787ceb3eba3a2e99db7eb97a8 |
UHC | 闇γ룢靷뗨 | 11100100111000011010010111100011100011111001101111101100111001101000101111101000 | e4e1a5e38f9bece68be8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)