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 | 兀??瑤? | 10011001010110010011111100111111111010101010001000111111 | 99593f3feaa23f |
EUC-JP | 兀??瑤? | 11010001101110100011111100111111111101001010010000111111 | d1ba3f3ff4a43f |
UTF-8 | 兀뽦돢瑤쿍 | 111001011000010110000000111010111011110110100110111010111000111110100010111001111001000110100100111011001011111110001101 | e58580ebbda6eb8fa2e791a4ecbf8d |
UHC | 兀뽦돢瑤쿍 | 11101000101101001001011011100010100010011010011111101000111111011011001101000010 | e8b496e289a7e8fdb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)