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 | 雨耕?? | 100010010100101010001101011010110011111100111111 | 894a8d6b3f3f |
EUC-JP | 雨耕?? | 101100011010101110111001110011000011111100111111 | b1abb9cc3f3f |
UTF-8 | 雨耕렕렲 | 111010011001101110101000111010001000000010010101111010111010000010010101111010111010000010110010 | e99ba8e88095eba095eba0b2 |
UHC | 雨耕렕렲 | 1110100111101011110011001110100110001110101010101000111010111111 | e9ebcce98eaa8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)