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 | 髯るシ朱凾 | 111010011001100110000010111010011011110010001110111010011001100110000010 | e99982e9bc8ee99982 |
EUC-JP | 髯るシ朱凾 | 11110001111110011010010011101011100011101011110010111100111010111101000111100010 | f1f9a4eb8ebcbcebd1e2 |
UTF-8 | 髯るシ朱凾 | 111010011010101110101111111000111000001010001011111011111011110110111100111001101001110010110001111001011000011110111110 | e9abafe3828befbdbce69cb1e587be |
UHC | ?る?朱? | 00111111101010101110101100111111111100011011100100111111 | 3faaeb3ff1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)