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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?耕?? | 0011111110001101011010110011111100111111 | 3f8d6b3f3f |
EUC-JP | 饔耕?? | 10001111111010001110111110111001110011000011111100111111 | 8fe8efb9cc3f3f |
UTF-8 | 饔耕렖렕 | 111010011010010110010100111010001000000010010101111010111010000010010110111010111010000010010101 | e9a594e88095eba096eba095 |
UHC | 饔耕렖렕 | 1110100010111101110011001110100110001110101010111000111010101010 | e8bdcce98eab8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)