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 | 鏑?憶? | 100100110100110000111111100010011010111100111111 | 934c3f89af3f |
EUC-JP | 鏑?憶? | 110001011010110100111111101100101011000100111111 | c5ad3fb2b13f |
UTF-8 | 鏑렭憶렖 | 111010011000111110010001111010111010000010101101111001101000011010110110111010111010000010010110 | e98f91eba0ade686b6eba096 |
UHC | 鏑렭憶렖 | 1110111011101011100011101011101011100101111000111000111010101011 | eeeb8ebae5e38eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)