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 | 豎、陦ー蒹 | 1110011010110001101001001110100010100001101100001110010011100011 | e6b1a4e8a1b0e4e3 |
EUC-JP | 豎、陦ー蒹 | 11101100101100111000111010100100111100001010001110001110101100001110100011100101 | ecb38ea4f0a38eb0e8e5 |
UTF-8 | 豎、陦ー蒹 | 111010001011000110001110111011111011110110100100111010011001100110100110111011111011110110110000111010001001001010111001 | e8b18eefbda4e999a6efbdb0e892b9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)