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 | 鋺エ隨ウ邏 | 1110011111111010101101001110011110101100101100111110011110110100 | e7fab4e7acb3e7b4 |
EUC-JP | 鋺エ隨ウ邏 | 11101110111111001000111010110100111011101010111010001110101100111110111010110110 | eefc8eb4eeae8eb3eeb6 |
UTF-8 | 鋺エ隨ウ邏 | 111010011000101110111010111011111011110110110100111010011001101010101000111011111011110110110011111010011000001010001111 | e98bbaefbdb4e99aa8efbdb3e9828f |
UHC | ??隨?邏 | 00111111001111111110001011001011001111111101010110100100 | 3f3fe2cb3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)