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 | 笋eき箴 | 1110001010100010100000101000010110000010101010111110001010111100 | e2a2828582abe2bc |
EUC-JP | 笋eき箴 | 1110010010100100101000111110010110100100101011011110010010111110 | e4a4a3e5a4ade4be |
UTF-8 | 笋eき箴 | 111001111010110010001011111011111011110110000101111000111000000110001101111001111010111010110100 | e7ac8befbd85e3818de7aeb4 |
UHC | ?eき箴 | 00111111101000111110010110101010101011011110110111010111 | 3fa3e5aaadedd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)