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 | 菫諾 | 11100100101111111001000111111000 | e4bf91f8 |
EUC-JP | 菫諾 | 11101000110000011100001011111010 | e8c1c2fa |
UTF-8 | 菫諾 | 111010001000111110101011111010001010101110111110 | e88fabe8abbe |
UHC | 菫諾 | 11010000110010111101000111100111 | d0cbd1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)