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 | 止?程?精? | 100011100111111000111111100100101111011000111111100100001011100000111111 | 8e7e3f92f63f90b83f |
EUC-JP | 止?程?精? | 101110111101111100111111110001001111100000111111110000001011101000111111 | bbdf3fc4f83fc0ba3f |
UTF-8 | 止렜程렔精렦 | 111001101010110110100010111010111010000010011100111001111010100010001011111010111010000010010100111001111011001010111110111010111010000010100110 | e6ada2eba09ce7a88beba094e7b2beeba0a6 |
UHC | 止렜程렔精렦 | 111100101010110110001110101011101110111111101111100011101010100111101111111100011000111010110101 | f2ad8eaeefef8ea9eff18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)