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 | 訂兢? | 1001001011111001100110010101110100111111 | 92f9995d3f |
EUC-JP | 訂兢? | 1100010011111011110100011011111000111111 | c4fbd1be3f |
UTF-8 | 訂兢렟 | 111010001010100010000010111001011000010110100010111010111010000010011111 | e8a882e585a2eba09f |
UHC | 訂兢렟 | 111011111111010011010000111001111000111010110000 | eff4d0e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)