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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 廛肅}廛肅{^ | 1001110001000100111000111110011101111101100111000100010011100011111001110111101101011110 | 9c44e3e77d9c44e3e77b5e |
EUC-JP | 廛肅}廛肅{^ | 1101011110100101111001101110100101111101110101111010010111100110111010010111101101011110 | d7a5e6e97dd7a5e6e97b5e |
UTF-8 | 廛肅}廛肅{^ | 111001011011101110011011111010001000001010000101011111011110010110111011100110111110100010000010100001010111101101011110 | e5bb9be882857de5bb9be882857b5e |
UHC | 廛肅}廛肅{^ | 1110111011111000111000101101110001111101111011101111100011100010110111000111101101011110 | eef8e2dc7deef8e2dc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)