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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫?)鎰?┸ | 10011000101011000011111110000001011010101110100001001100001111111000010010111101 | 98ac3f816ae84c3f84bd |
EUC-JP | 豫?)鎰?┸ | 11010000101011100011111110100001110010111110111110101101001111111010100010111111 | d0ae3fa1cbefad3fa8bf |
UTF-8 | 豫뗫)鎰쏉┸ | 111010001011000110101011111010111001011110101011111011111011110010001001111010011000111010110000111011001000111110001001111000101001010010111000 | e8b1abeb97abefbc89e98eb0ec8f89e294b8 |
UHC | 豫뗫)鎰쏉┸ | 111001111110001110001011111010111010001110101001111011001111000010011011111011111010011010111111 | e7e38beba3a9ecf09befa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)