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 | 線件輯茗 | 1001000011111100100011001000111110001111010100111110010010101010 | 90fc8c8f8f53e4aa |
EUC-JP | 線件輯茗 | 1100000011111110101101111110111110111101101101001110100010101100 | c0feb7efbdb4e8ac |
UTF-8 | 線件輯茗 | 111001111011011110011010111001001011101110110110111010001011110010101111111010001000110010010111 | e7b79ae4bbb6e8bcafe88c97 |
UHC | 線件輯茗 | 1110000011001010110010111110110011110010111111101101100110101011 | e0cacbecf2fed9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)