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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?歟? | 00111111100111110110001000111111 | 3f9f623f |
EUC-JP | ?歟? | 00111111110111011100001100111111 | 3fddc33f |
UTF-8 | 行歟蓮 | 111011111010100010001000111001101010110110011111111011111010011010011001 | efa888e6ad9fefa699 |
UHC | 行歟蓮 | 111110101010000111100110101000101110011011100101 | faa1e6a2e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)