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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訷疾紗イ釤 | 111110111010010010001110101111101000111011010001101100101111101110111111 | fba48ebe8ed1b2fbbf |
EUC-JP | 訷疾紗イ釤 | 100011111101110111010100101111001100000010111100110100111000111010110010100011111110001110101010 | 8fddd4bcc0bcd38eb28fe3aa |
UTF-8 | 訷疾紗イ釤 | 111010001010100010110111111001111001011010111110111001111011010010010111111011111011110110110010111010011000011110100100 | e8a8b7e796bee7b497efbdb2e987a4 |
UHC | ?疾紗?? | 00111111111100101111000011011110111010010011111100111111 | 3ff2f0dee93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)