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 | êÛ¼¤ý¼» | 1000111111101010110110111011110010100100111111011011110010111011 | 8feadbbca4fdbcbb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?êÛ?¤ý?? | 00111111100011111010101110110100100011111010101011100101001111111000111110100010111100001000111110101011111100100011111100111111 | 3f8fabb48faae53f8fa2f08fabf23f3f |
UTF-8 | êÛ¼¤ý¼» | 11000010100011111100001110101010110000111001101111000010101111001100001010100100110000111011110111000010101111001100001010111011 | c28fc3aac39bc2bcc2a4c3bdc2bcc2bb |
UHC | ???¼¤?¼? | 0011111100111111001111111010100011111001101000101011010000111111101010001111100100111111 | 3f3f3fa8f9a2b43fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)