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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郢戊」ス | 111001111011100110010101111010001010001110111101 | e7b995e8a3bd |
EUC-JP | 郢戊」ス | 1110111010111011110010101110101010001110101000111000111010111101 | eebbcaea8ea38ebd |
UTF-8 | 郢戊」ス | 111010011000001110100010111001101000100010001010111011111011110110100011111011111011110110111101 | e983a2e6888aefbda3efbdbd |
UHC | ?戊?? | 0011111111011001111001100011111100111111 | 3fd9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)