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 | ?晉請?也 | 0011111110011101111001111001000010111111001111111001011011100111 | 3f9de790bf3f96e7 |
EUC-JP | ?晉請?也 | 0011111111011010111010011100000011000001001111111100110011101001 | 3fdae9c0c13fcce9 |
UTF-8 | 灐晉請灐也 | 111001111000000110010000111001101001100110001001111010001010101110001011111001111000000110010000111001001011100110011111 | e78190e69989e8ab8be78190e4b99f |
UHC | 灐晉請灐也 | 11111011101001011111001011001011111101001110101111111011101001011110010110100101 | fba5f2cbf4ebfba5e5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)