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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 朕? | 100100101011110100111111 | 92bd3f |
EUC-JP | 朕? | 110001001011111100111111 | c4bf3f |
UTF-8 | 朕롎 | 111001101001110010010101111010111010000110001110 | e69c95eba18e |
UHC | 朕롎 | 11110010111110011000111011010100 | f2f98ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)