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 | イ靈 | 11110000101111101011001011101000110010111111000111100100 | f0beb2e8cbf1e4 |
EUC-JP | ?イ靈? | 001111111000111010110010111100001100110100111111 | 3f8eb2f0cd3f |
UTF-8 | イ靈 | 111011101000000110111101111011111011110110110010111010011001110110001000111011101000010110011111 | ee81bdefbdb2e99d88ee859f |
UHC | ??靈? | 0011111100111111110101101100010000111111 | 3f3fd6c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)