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 | 率??墻х? | 100101111010011000111111001111111001101011010100100001001000011100111111 | 97a63f3f9ad484873f |
EUC-JP | 率??墻х? | 110011101010100000111111001111111101010011010110101001111110011100111111 | cea83f3fd4d6a7e73f |
UTF-8 | 率계풛墻х뼻 | 1110011110001110100001111110101010110011100001001110110110010010100110111110010110100010101110111101000110000101111010111011110010111011 | e78e87eab384ed929be5a2bbd185ebbcbb |
UHC | 率계풛墻х뼻 | 111000011110001110110000111010001011111010011110111011011101111110101100111001111001011010111110 | e1e3b0e8be9eeddface796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)