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 | 髜鴫炅 | 111111000100000010001110101100001111101101010001 | fc408eb0fb51 |
EUC-JP | 髜鴫炅 | 1000111111101001111011011011110010110010100011111100100111001010 | 8fe9edbcb28fc9ca |
UTF-8 | 髜鴫炅 | 111010011010101110011100111010011011010010101011111001111000001010000101 | e9ab9ce9b4abe78285 |
UHC | ??炅 | 00111111001111111100110011011101 | 3f3fccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)