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 | 豺シ蜥貞オ | 1110011010110111101111001110010110010010100100101110010110110101 | e6b7bce59292e5b5 |
EUC-JP | 豺シ蜥貞オ | 11101100101110011000111010111100111010011111001011000100111001111000111010110101 | ecb98ebce9f2c4e78eb5 |
UTF-8 | 豺シ蜥貞オ | 111010001011000110111010111011111011110110111100111010001001110010100101111010001011001010011110111011111011110110110101 | e8b1baefbdbce89ca5e8b29eefbdb5 |
UHC | 豺??貞? | 11100011110011110011111100111111111011111111011000111111 | e3cf3f3feff63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)