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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 品篩犢 | 100101010110100111100010101111111110000010110111 | 9569e2bfe0b7 |
EUC-JP | 品篩犢 | 110010011100101011100100110000011110000010111001 | c9cae4c1e0b9 |
UTF-8 | 品篩犢 | 111001011001001110000001111001111010111110101001111001111000101010100010 | e59381e7afa9e78aa2 |
UHC | 品篩犢 | 111110011010000111011110111010001101010010111011 | f9a1dee8d4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)