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 | 貉耶込裨壱 | 11100110101110011001011011101011100011011001111011100101111010011000100011101011 | e6b996eb8d9ee5e988eb |
EUC-JP | 貉耶込裨壱 | 11101100101110111100110011101101101110011111111011101010111010111011000011101101 | ecbbccedb9feeaebb0ed |
UTF-8 | 貉耶込裨壱 | 111010001011001010001001111010001000000010110110111010001011111010111100111010001010001110101000111001011010001110110001 | e8b289e880b6e8bebce8a3a8e5a3b1 |
UHC | ?耶?裨? | 00111111111001011010110100111111110111101010010100111111 | 3fe5ad3fdea53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)