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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亂菴? | 1001100010101010111001001011110100111111 | 98aae4bd3f |
EUC-JP | 亂菴? | 1101000010101100111010001011111100111111 | d0ace8bf3f |
UTF-8 | 亂菴킖 | 111001001011101010000010111010001000111110110100111011011000001010010110 | e4ba82e88fb4ed8296 |
UHC | 亂菴킖 | 110101011010111111100100111000001011010101000010 | d5afe4e0b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)