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 | 髏疲シ疲升 | 111010011001000010010100111001101011110010010100111001101000111110100001 | e99094e6bc94e68fa1 |
EUC-JP | 髏疲シ疲升 | 11110001111100001100100011101000100011101011110011001000111010001011111010100011 | f1f0c8e88ebcc8e8bea3 |
UTF-8 | 髏疲シ疲升 | 111010011010101110001111111001111001011010110010111011111011110110111100111001111001011010110010111001011000110110000111 | e9ab8fe796b2efbdbce796b2e58d87 |
UHC | ?疲?疲升 | 0011111111111001101010100011111111111001101010101110001110101110 | 3ff9aa3ff9aae3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)