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 | 持? | 100011101001110100111111 | 8e9d3f |
EUC-JP | 持? | 101110111111110100111111 | bbfd3f |
UTF-8 | 持렊 | 111001101000110010000001111010111010000010001010 | e68c81eba08a |
UHC | 持렊 | 11110010101001011000111010100001 | f2a58ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)