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 | ?P}?P{^ | 00111111010100000111110100111111010100000111101101011110 | 3f507d3f507b5e |
SJIS-WIN | 但P}但P{^ | 100100100100000101010000011111011001001001000001010100000111101101011110 | 9241507d9241507b5e |
EUC-JP | 但P}但P{^ | 110000111010001001010000011111011100001110100010010100000111101101011110 | c3a2507dc3a2507b5e |
UTF-8 | 但P}但P{^ | 1110010010111101100001100101000001111101111001001011110110000110010100000111101101011110 | e4bd86507de4bd86507b5e |
UHC | 但P}但P{^ | 110100111010001101010000011111011101001110100011010100000111101101011110 | d3a3507dd3a3507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)