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 | 手??亞?? | 1000111011101000001111110011111110011000101100010011111100111111 | 8ee83f3f98b13f3f |
EUC-JP | 手??亞?? | 1011110011101010001111110011111111010000101100110011111100111111 | bcea3f3fd0b33f3f |
UTF-8 | 手굩뢘亞귦뢘 | 111001101000100110001011111010101011010110101001111010111010001010011000111001001011101010011110111010101011011110100110111010111010001010011000 | e6898beab5a9eba298e4ba9eeab7a6eba298 |
UHC | 手굩뢘亞귦뢘 | 111000101010001010000010100011111000111101010011111001001010110010000010111011011000111101010011 | e2a2828f8f53e4ac82ed8f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)