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 | 儲耕? | 1001011011010111100011010110101100111111 | 96d78d6b3f |
EUC-JP | 儲耕? | 1100110011011001101110011100110000111111 | ccd9b9cc3f |
UTF-8 | 儲耕땜 | 111001011000010010110010111010001000000010010101111010111001010110011100 | e584b2e88095eb959c |
UHC | 儲耕땜 | 111011101011100111001100111010011011011010101011 | eeb9cce9b6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)