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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鞨企j^ | 11101000111000001000101011101001100000101000101001011110 | e8e08ae9828a5e |
EUC-JP | 鞨企j^ | 11110000111000101011010011101011101000111110101001011110 | f0e2b4eba3ea5e |
UTF-8 | 鞨企j^ | 11101001100111101010100011100100101111001000000111101111101111011000101001011110 | e99ea8e4bc81efbd8a5e |
UHC | 鞨企j^ | 11001010111010101101000011101010101000111110101001011110 | caead0eaa3ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)