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 | 曄ο???? | 1001111001000000100000111100110100111111001111110011111100111111 | 9e4083cd3f3f3f3f |
EUC-JP | 曄ο?濚?? | 11011011101000011010011011001111001111111000111111001001101000010011111100111111 | dba1a6cf3f8fc9a13f3f |
UTF-8 | 曄ο풊濚믭푴 | 1110011010011011100001001100111010111111111011011001001010001010111001101011111110011010111010111010111110101101111011011001000110110100 | e69b84cebfed928ae6bf9aebafaded91b4 |
UHC | 曄ο풊濚믭푴 | 111001111010010110100101111011111011111010010000111001111011100110010010111011111011111010000010 | e7a5a5efbe90e7b992efbe82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)