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 | 菫狩 | 11100100101111111000111011101011 | e4bf8eeb |
EUC-JP | 菫狩 | 11101000110000011011110011101101 | e8c1bced |
UTF-8 | 菫狩 | 111010001000111110101011111001111000101110101001 | e88fabe78ba9 |
UHC | 菫狩 | 11010000110010111110001010101101 | d0cbe2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)