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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 啾“ | 10011010011000011000000101100111 | 9a618167 |
EUC-JP | 啾“ | 11010011110000101010000111001000 | d3c2a1c8 |
UTF-8 | 啾“ | 111001011001010110111110111000101000000010011100 | e595bee2809c |
UHC | ?“ | 001111111010000110110000 | 3fa1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)