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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 郢定棔B | 11100111101110011001001011101000100111101001111101000010 | e7b992e89e9f42 |
EUC-JP | 郢定棔B | 11101110101110111100010011101010110111001010000101000010 | eebbc4eadca142 |
UTF-8 | 郢定棔B | 11101001100000111010001011100101101011101001101011100110101000111001010001000010 | e983a2e5ae9ae6a39442 |
UHC | ?定?B | 0011111111101111110100100011111101000010 | 3fefd23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)