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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閾滓婿 | 111010001000011110011111111001101001011010111001 | e8879fe696b9 |
EUC-JP | 閾滓婿 | 111011111110011111011110111010001100110010111011 | efe7dee8ccbb |
UTF-8 | 閾滓婿 | 111010011001011010111110111001101011101110010011111001011010100110111111 | e996bee6bb93e5a9bf |
UHC | ?滓? | 00111111111011101010101100111111 | 3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)