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 | 菫詮 | 11100100101111111001000101000110 | e4bf9146 |
EUC-JP | 菫詮 | 11101000110000011100000110100111 | e8c1c1a7 |
UTF-8 | 菫詮 | 111010001000111110101011111010001010100110101110 | e88fabe8a9ae |
UHC | 菫詮 | 11010000110010111110111110101100 | d0cbefac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)