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 | êÛ¼²ý¼²\ | 100011111110101011011011101111001011001011111101101111001011001001011100 | 8feadbbcb2fdbcb25c |
SJIS-WIN | ????????\ | 001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f5c |
EUC-JP | ?êÛ??ý??\ | 001111111000111110101011101101001000111110101010111001010011111100111111100011111010101111110010001111110011111101011100 | 3f8fabb48faae53f3f8fabf23f3f5c |
UTF-8 | êÛ¼²ý¼²\ | 1100001010001111110000111010101011000011100110111100001010111100110000101011001011000011101111011100001010111100110000101011001001011100 | c28fc3aac39bc2bcc2b2c3bdc2bcc2b25c |
UHC | ???¼²?¼²\ | 00111111001111110011111110101000111110011010100111110111001111111010100011111001101010011111011101011100 | 3f3f3fa8f9a9f73fa8f9a9f75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)