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?n}?P?n{^ | 0011111101010000001111110110111001111101001111110101000000111111011011100111101101011110 | 3f503f6e7d3f503f6e7b5e |
SJIS-WIN | ?P?n}?P?n{^ | 0011111101010000001111110110111001111101001111110101000000111111011011100111101101011110 | 3f503f6e7d3f503f6e7b5e |
EUC-JP | ?P?n}?P?n{^ | 0011111101010000001111110110111001111101001111110101000000111111011011100111101101011110 | 3f503f6e7d3f503f6e7b5e |
UTF-8 | 뭒P뫕n}뭒P뫕n{^ | 11101011101011011001001001010000111010111010101110010101011011100111110111101011101011011001001001010000111010111010101110010101011011100111101101011110 | ebad9250ebab956e7debad9250ebab956e7b5e |
UHC | 뭒P뫕n}뭒P뫕n{^ | 100100100101101001010000100100011011011101101110011111011001001001011010010100001001000110110111011011100111101101011110 | 925a5091b76e7d925a5091b76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)