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 | 撓ο?也h? | 10011101100110101000001111001101001111111001011011100111100000101000100000111111 | 9d9a83cd3f96e782883f |
EUC-JP | 撓ο?也hŧ | 110110011111101010100110110011110011111111001100111010011010001111101000100011111010100111001111 | d9faa6cf3fcce9a3e88fa9cf |
UTF-8 | 撓ο슥也hŧ | 11100110100100101001001111001110101111111110110010001010101001011110010010111001100111111110111110111101100010001100010110100111 | e69293cebfec8aa5e4b99fefbd88c5a7 |
UHC | 撓ο슥也hŧ | 111010001111010110100101111011111011110110111011111001011010010110100011111010001010100110101110 | e8f5a5efbdbbe5a5a3e8a9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)