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 | 諢逸帖 | 111001101000010010001000111011011001001010011111 | e68488ed929f |
EUC-JP | 諢逸帖 | 111010111110010010110000111011111100010010100001 | ebe4b0efc4a1 |
UTF-8 | 諢逸帖 | 111010001010101110100010111010011000000010111000111001011011100010010110 | e8aba2e980b8e5b896 |
UHC | ?逸帖 | 0011111111101100111011111111010011011110 | 3feceff4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)