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 | 筌??義э? | 111000101010001100111111001111111000101101100000100001001000111100111111 | e2a33f3f8b60848f3f |
EUC-JP | 筌??義э? | 111001001010010100111111001111111011010111000001101001111110111100111111 | e4a53f3fb5c1a7ef3f |
UTF-8 | 筌ㅳ끋義эℓ | 1110011110101101100011001110001110000101101100111110101110000001100010111110011110111110101010011101000110001101111000101000010010010011 | e7ad8ce385b3eb818be7bea9d18de28493 |
UHC | 筌ㅳ끋義эℓ | 111011111010011110100100111000111000010110111101111010111111100110101100111011111010011110100100 | efa7a4e385bdebf9acefa7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)