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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 第?飛愈 | 10010001111001100011111110010100111100101001011011111010 | 91e63f94f296fa |
EUC-JP | 第?飛愈 | 11000010111010000011111111001000111101001100110011111100 | c2e83fc8f4ccfc |
UTF-8 | 第면飛愈 | 111001111010110010101100111010111010100110110100111010011010001110011011111001101000010010001000 | e7acaceba9b4e9a39be68488 |
UHC | 第면飛愈 | 1111000010101111101110001110100111011110101010111110101011101111 | f0afb8e9deabeaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)