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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 悟???у? | 1000110011100101001111110011111100111111100001001000010100111111 | 8ce53f3f3f84853f |
EUC-JP | 悟???у? | 1011100011100111001111110011111100111111101001111110010100111111 | b8e73f3f3fa7e53f |
UTF-8 | 悟귣뀪璘у쳞 | 1110011010000010100111111110101010110111101000111110101110000000101010101110111110100111101011111101000110000011111011001011001110011110 | e6829feab7a3eb80aaefa7afd183ecb39e |
UHC | 悟귣뀪璘у쳞 | 111001111111011010000010111010111000010110100000111011001101111010101100111001011010101110000100 | e7f682eb85a0ecdeace5ab84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)