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 | 弍輛}弍輛{^ | 1001100010101111111001110111000001111101100110001010111111100111011100000111101101011110 | 98afe7707d98afe7707b5e |
EUC-JP | 弍輛}弍輛{^ | 1101000010110001111011011101000101111101110100001011000111101101110100010111101101011110 | d0b1edd17dd0b1edd17b5e |
UTF-8 | 弍輛}弍輛{^ | 111001011011110010001101111010001011110010011011011111011110010110111100100011011110100010111100100110110111101101011110 | e5bc8de8bc9b7de5bc8de8bc9b7b5e |
UHC | ?輛}?輛{^ | 001111111101010111100000011111010011111111010101111000000111101101011110 | 3fd5e07d3fd5e07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)