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 | 恂?? | 10011100100101100011111100111111 | 9c963f3f |
EUC-JP | 恂?? | 11010111111101100011111100111111 | d7f63f3f |
UTF-8 | 恂쏙셀 | 111001101000000110000010111011001000111110011001111011001000010110000000 | e68182ec8f99ec8580 |
UHC | 恂쏙셀 | 111000101110000110111101111011111011110010111111 | e2e1bdefbcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)