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 | 鬩暦スュ顏 | 1110100110101001100101111110111110111101101011011110100011111000 | e9a997efbdade8f8 |
EUC-JP | 鬩暦スュ顏 | 11110010101010111100111011110001100011101011110110001110101011011111000011111010 | f2abcef18ebd8eadf0fa |
UTF-8 | 鬩暦スュ顏 | 111010011010110010101001111001101001101010100110111011111011110110111101111011111011110110101101111010011010000110001111 | e9aca9e69aa6efbdbdefbdade9a18f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)