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 | 咳肯犢 | 100010100101000010001101011011011110000010110111 | 8a508d6de0b7 |
EUC-JP | 咳肯犢 | 101100111011000110111001110011101110000010111001 | b3b1b9cee0b9 |
UTF-8 | 咳肯犢 | 111001011001001010110011111010001000001010101111111001111000101010100010 | e592b3e882afe78aa2 |
UHC | 咳肯犢 | 111110101010011011010000111010011101010010111011 | faa6d0e9d4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)