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 | 線件收菴 | 1001000011111100100011001000111110011101101111101110010010111101 | 90fc8c8f9dbee4bd |
EUC-JP | 線件收菴 | 1100000011111110101101111110111111011010110000001110100010111111 | c0feb7efdac0e8bf |
UTF-8 | 線件收菴 | 111001111011011110011010111001001011101110110110111001101001010010110110111010001000111110110100 | e7b79ae4bbb6e694b6e88fb4 |
UHC | 線件收菴 | 1110000011001010110010111110110011100010101001011110010011100000 | e0cacbece2a5e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)