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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 郤帝ァ秘足 | 111001111011101010010010111010011010011110010100111010011001000110101011 | e7ba92e9a794e991ab |
EUC-JP | 郤帝ァ秘足 | 11101110101111001100010011101011100011101010011111001000111010111100001010101101 | eebcc4eb8ea7c8ebc2ad |
UTF-8 | 郤帝ァ秘足 | 111010011000001110100100111001011011100010011101111011111011110110100111111001111010011110011000111010001011011010110011 | e983a4e5b89defbda7e7a798e8b6b3 |
UHC | ?帝?秘足 | 0011111111110000101010000011111111011101111110101111000011101011 | 3ff0a83fddfaf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)