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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | 秘沆w秘沆w^ | 1001010011101001111110101111011101110111100101001110100111111010111101110111011101011110 | 94e9faf77794e9faf7775e |
EUC-JP | 秘沆w秘沆w^ | 11001000111010111000111111000110111010100111011111001000111010111000111111000110111010100111011101011110 | c8eb8fc6ea77c8eb8fc6ea775e |
UTF-8 | 秘沆w秘沆w^ | 111001111010011110011000111001101011001010000110011101111110011110100111100110001110011010110010100001100111011101011110 | e7a798e6b28677e7a798e6b286775e |
UHC | 秘沆w秘沆w^ | 1101110111111010111110011111101001110111110111011111101011111001111110100111011101011110 | ddfaf9fa77ddfaf9fa775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)