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 | 第?飛倚 | 10010001111001100011111110010100111100101001100011011111 | 91e63f94f298df |
EUC-JP | 第?飛倚 | 11000010111010000011111111001000111101001101000011100001 | c2e83fc8f4d0e1 |
UTF-8 | 第면飛倚 | 111001111010110010101100111010111010100110110100111010011010001110011011111001011000000010011010 | e7acaceba9b4e9a39be5809a |
UHC | 第면飛倚 | 1111000010101111101110001110100111011110101010111110101111101111 | f0afb8e9deabebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)