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 | 載?━旭? | 1000110111011010001111111000010010101010100010001010111000111111 | 8dda3f84aa88ae3f |
EUC-JP | 載?━旭? | 1011101011011100001111111010100010101100101100001011000000111111 | badc3fa8acb0b03f |
UTF-8 | 載얍━旭렢 | 111010001011110010001001111011001001011010001101111000101001010010000001111001101001011110101101111010111010000010100010 | e8bc89ec968de29481e697adeba0a2 |
UHC | 載얍━旭렢 | 11101110101100001011111011100101101001101010110011101001111011111000111010110011 | eeb0bee5a6ace9ef8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)