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 | ÞØì¼òõ | 110111101101100011101100101111001111001011110101 | ded8ecbcf2f5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÞØì?òõ | 10001111101010011011000010001111101010011010110010001111101010111100000000111111100011111010101111010010100011111010101111011000 | 8fa9b08fa9ac8fabc03f8fabd28fabd8 |
UTF-8 | ÞØì¼òõ | 110000111001111011000011100110001100001110101100110000101011110011000011101100101100001110110101 | c39ec398c3acc2bcc3b2c3b5 |
UHC | ÞØ?¼?? | 101010001010110110101000101010100011111110101000111110010011111100111111 | a8ada8aa3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)