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 | 椰?? | 10011110101111010011111100111111 | 9ebd3f3f |
EUC-JP | 椰?? | 11011100101111110011111100111111 | dcbf3f3f |
UTF-8 | 椰먩돂 | 111001101010010010110000111010111010100010101001111010111000111110000010 | e6a4b0eba8a9eb8f82 |
UHC | 椰먩돂 | 111001011010101110010000111001101000100110010101 | e5ab90e68995 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)