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 | 席受楔席淞 | 10010000110010001000111011110011100111101011011010010000110010001001111111000010 | 90c88ef39eb690c89fc2 |
EUC-JP | 席受楔席淞 | 11000000110010101011110011110101110111001011100011000000110010101101111011000100 | c0cabcf5dcb8c0cadec4 |
UTF-8 | 席受楔席淞 | 111001011011100010101101111001011000111110010111111001101010010110010100111001011011100010101101111001101011011110011110 | e5b8ade58f97e6a594e5b8ade6b79e |
UHC | 席受楔席淞 | 11100000101011001110000111110100111000001101101111100000101011001110000111100111 | e0ace1f4e0dbe0ace1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)