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 | 悟??宜?? | 1000110011100101001111110011111110001011010110000011111100111111 | 8ce53f3f8b583f3f |
EUC-JP | 悟??宜?? | 1011100011100111001111110011111110110101101110010011111100111111 | b8e73f3fb5b93f3f |
UTF-8 | 悟귥꼶宜㏆쫰 | 111001101000001010011111111010101011011110100101111010101011110010110110111001011010111010011100111000111000111110000110111011001010101110110000 | e6829feab7a5eabcb6e5ae9ce38f86ecabb0 |
UHC | 悟귥꼶宜㏆쫰 | 111001111111011010000010111011001000010010001110111010111111000110100111111011111010011010001000 | e7f682ec848eebf1a7efa688 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)