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 | 容?汚х | 10010111011001010011111110001001100110001000010010000111 | 97653f89988487 |
EUC-JP | 容?汚х | 11001101110001100011111110110001111110001010011111100111 | cdc63fb1f8a7e7 |
UTF-8 | 容뛑汚х | 1110010110101110101110011110101110011011100100011110011010110001100110101101000110000101 | e5aeb9eb9b91e6b19ad185 |
UHC | 容뛑汚х | 1110100110111011100011010100111111100111111111011010110011100111 | e9bb8d4fe7fdace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)